Site icon Voina Blog (a tech warrior's blog)

Convert certificate from DER to PEM format

Advertisements

Sometimes you get a CA certificate in DER format and some application requires it in a PEM format.
OpenSSL to the rescue:

# openssl x509 -inform der -in myCA.der -out myCA.pem
Exit mobile version