Convert certificate from PEM to DER

Convert certificate in PEM format (base64) to DER binary encoding

Authored by: Petr Stepan (Deworn)
Brought to you by Warp, a free terminal reimagined to work like a modern app.
in_pem_cert
out_der_cert

Command
Copy
openssl x509 -inform pem -outform der -in in_cert.pem -out out_cert.der
Tags