Questions tagged «pkcs#12»

5
使用OpenSSL将PKCS#12证书转换为PEM
我在Windows 7上安装了OpenSSL x64,是从Google Code上的openssl-for-windows下载的。我正在尝试运行: openssl pkcs12 -export -in "path.p12" -out "newfile.pem" 但我得到一个错误。 unable to load private key 如何使用OpenSSL从PKCS#12存储提取PEM中的证书?
212 openssl  command  pkcs#12 

7
从PKCS12文件中提取公钥/私钥,以供以后在SSH-PK-Authentication中使用
我想从我的PKCS#12文件中提取公钥和私钥,以供以后在SSH-Public-Key-Authentication中使用。 现在,我正在通过ssh-keygen生成密钥,这些密钥.ssh/authorized_key分别放在客户端的某个地方。 将来,我想使用PKCS#12容器中的密钥,因此我必须首先从中提取公钥PKCS#12,然后将其放入.ssh/authorized_keys文件中。有没有机会使它通过openssl?密钥是否PKCS#12兼容ssh-public-key身份验证?

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.