Christopher Hotchkiss Christopher Hotchkiss
Login

Converting OpenSSL PEM to PKCS12

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