Skip to content

Instantly share code, notes, and snippets.

@IAMIronmanSam
Created September 9, 2016 23:31
Show Gist options
  • Save IAMIronmanSam/a270a390fb6d3ffe58fa4a444b78d692 to your computer and use it in GitHub Desktop.
Save IAMIronmanSam/a270a390fb6d3ffe58fa4a444b78d692 to your computer and use it in GitHub Desktop.
.PEM to .CER using openssl
openssl x509 -inform PEM -in cacert.pem -outform DER -out certificate.cer
@hdmn
Copy link

hdmn commented Nov 12, 2018

worked like a charm. thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment