Convert SSL certificate format using OpenSSL

Tram Ho

Hello everyone, in this article, I share with you how to convert SSL certificate format using OpenSSL .

OpenSSL helps you convert SSL certificates to several popular formats. Here are some ways to convert

Convert PEM to DER

Convert from DER to PEM

Convert from PEM to P7B

Convert from PKCS7 to PEM

Convert from pfx to PEM

Convert from PFX to PKCS

Step 1: PFX -> PEM

Step 2: PEM -> PKCS8

Convert from P7B to PFX

Step 1: P7B -> CER

Step 2: CER & Private Key -> PFX

Convert from CER to CRT

Convert from CER to PFX

Convert from PFX to PRT

Above are some commands that use openssl to convert SSL to formats. Good luck!

Share the news now

Source : Viblo