Christopher Hotchkiss Christopher Hotchkiss
Login

Converting OpenSSL PEM to PKCS12

March 24, 2011

Its simple but I forget every time:
openssl pkcs12 -export -in cert.pem -inkey private.key -out combined.p12