Plesk
kb: how-to
ABT: Group B
Question
How can the certificates with ".p7b" extension be converted in the standard ".pem" format?
Answer
Certificates with ".p7b" extension can be converted in the standard ".pem" format using online services such as https://www.sslshopper.com/ssl-converter.html or via OpenSSL utility using the following command:
# openssl pkcs7 -print_certs -in certificate.p7b -out certificate.pem
Comments
0 comments
Please sign in to leave a comment.