如何使用GnuTLS将PEM证书转换为PKCS12

时间:2015-07-22 20:06:07

标签: ssl openssl gnutls

我想使用GnuTLS certtool将PEM公钥和私钥转换为PKCS12 pfx包。我没有在目标系统上使用openssl。 openssl的等效命令是:

openssl pkcs12 -export -out certificate.pfx -inkey privateKey.key -in certificate.crt -certfile CACert.crt

1 个答案:

答案 0 :(得分:0)

$ certtool --load-certificate certificate.pem --load-privkey certificate.pem --to-p12 --outder --outfile certificate.pfx