Skip to content

Instantly share code, notes, and snippets.

@codesenju
Created April 1, 2022 09:53
Show Gist options
  • Save codesenju/91994084feac2d3f3ad20533aeb1a083 to your computer and use it in GitHub Desktop.
Save codesenju/91994084feac2d3f3ad20533aeb1a083 to your computer and use it in GitHub Desktop.
Converting_keys_to _pem
Converting Keys to .pem
openssl x509 -in certificate.crt -out certificate.pem -outform PEM
openssl rsa -in private.key -text > privatekey.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment