oxidecomputer / pki-playground

Tool for generating non-trivial X.509 certificate chains
Mozilla Public License 2.0
29 stars 2 forks source link

PEM encode certs #93

Closed flihp closed 6 months ago

flihp commented 6 months ago

I can't remember why we used DER encoding in the first place but it was probably a limitation that we inherited from past versions of the x509-cert crate. AFAIK x509-cert supports PEM encoding if you enable it so we should probably take a pass at supporting PEM again.