Some list of openssl commands for check and verify your keys
Convert a PEM certificate file and a private key to PKCS#12 (.pfx .p12) openssl pkcs12 -export -out server.pfx -inkey server.key -in server.crt -certfile CACert.crt Generate a Diffie Hellman key
Read more