User Tools

Site Tools


info:cryptography:openssl:convert_certificate
Please note, that this is an old archived version of this site. Check out the new version at andunix.net!

This is an old revision of the document!


Convert a Certificate between DER and PEM

Convert DER to PEM

openssl x509 -inform der -in testkey.der -out testkey.pem

Convert PEM to DER

openssl x509 -outform der -in testkey.pem -out testkey.der
info/cryptography/openssl/convert_certificate.1418199546.txt.gz · Last modified: 2014-12-10 08:19 by andunix