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
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