Skip to content

Instantly share code, notes, and snippets.

@elsonwu
Created May 10, 2014 06:56
Show Gist options
  • Save elsonwu/bbdad5cf1552b192817a to your computer and use it in GitHub Desktop.
Save elsonwu/bbdad5cf1552b192817a to your computer and use it in GitHub Desktop.
Generate a Certificate Signing Request for Nginx
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