Last active
August 30, 2024 01:58
-
-
Save ponnamkarthik/f07dca80162c5d4b2de4b98b4aa309a5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# To convert csr or crt file | |
openssl x509 -in key.crt -out key.pem | |
# To convert private key to pem file | |
openssl rsa -in ./private.key -text > private.key.pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment