blog.voina.be
Voina Blog (a tech warrior's blog) Convert certificate from DER to PEM format
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