Created
May 10, 2014 06:56
-
-
Save elsonwu/bbdad5cf1552b192817a to your computer and use it in GitHub Desktop.
Generate a Certificate Signing Request for Nginx
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 -newkey rsa:2048 -nodes -keyout yourdomain.key -out yourdomain.csr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment