Skip to content

Instantly share code, notes, and snippets.

@lpsm-dev
Created June 30, 2022 17:09
Show Gist options
  • Save lpsm-dev/4982d6c043c608ba450628495bb93064 to your computer and use it in GitHub Desktop.
Save lpsm-dev/4982d6c043c608ba450628495bb93064 to your computer and use it in GitHub Desktop.
[General] - Convert file .cer to .pem using OpenSSL command
openssl x509 -in production-services-us-east-1.cer -outform pem -out production-services-us-east-1.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment