OpenSSL Convert .p7b to .pem to .crt
Jump to navigation
Jump to search
Convert .p7b to .pem
- Conversion from .p7b with DER encoding to .pem.
- # openssl pkcs7 -inform der -in <certificate>.p7b -out <certificate>.pem
Convert .pem to .crt
- Conversion from .pem with no encoding to .crt.
- #openssl pkcs7 -print_certs -in srvcctrain01.pem -out srvcctrain01.crt