Convert certificate from PKCS#12 to PEM

Convert certificate in PKCS#12 container format (private key included) to PEM format (base64)

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

Command
Copy
openssl pkcs12 -in in_cert.pfx -out out_cert.pem -nodes
Tags