Created
February 25, 2018 02:53
-
-
Save abhinavkorpal/4127e43249c914d66dae302cd8eaab40 to your computer and use it in GitHub Desktop.
Certificate Signing Request
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 req -new -key server.key -out server.csr | |
cat server.csr | |
openssl req -noout -text -in server.csr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment