I have a public key given in a document, in the form
-----BEGIN CERTIFICATE----- blah blah blah -----END CERTIFICATE-----
Is there a tool I can use to generate a PEM or CER file from this? I've looked into openssl, and googled around until I think I'll go crazy. It seems most people don't get the key in raw text format.
It's already a .PEM file, it's just that the extension possibly doesn't match. PEM basically consists of a header and footer with base64 encoding in between (some parameters may be encoded right after the header line as well). What you are showing is the PEM header and footer line.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With