Created
February 25, 2018 02:57
-
-
Save abhinavkorpal/d44318f2ceeb123071551ee5f214a292 to your computer and use it in GitHub Desktop.
Self-Sign the CSR
This file contains hidden or 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
openssl x509 -req -sha256 -in server.csr \ | |
-signkey server.key -out server.crt | |
cat server.crt | |
openssl x509 -noout -text -in server.crt | |
man x509, man req; man genrsa |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment