Following the structure of the link:
-
.csr. Only public keys in
pemorderformat -
.pem. keys and/or certificates. Look for
-----BEGIN PRIVATE KEY----or-----BEGIN RSA PRIVATE KEY-----or-----BEGIN ENCRYPTED PRIVATE KEY----- -
.key keys in
pemformat -
.pkcs12 .pfx .p12 keys and/or certificates. List keys with
openssl pkcs12 -info -nocerts -in keystore.p12 -
.jks keys and/or certificates. Java specific format.
-
.der
pemcontent without base64 encoding. Look forKEYinopenssl x509 -inform DER -in cert.der -
.cert .cer .crt keys and/or certificates. Content can be
pemorder -
.p7b. Only certificates
-
.crl. No keys