Skip to content

Instantly share code, notes, and snippets.

@cyrusdavid
Created March 20, 2015 09:17
Show Gist options
  • Save cyrusdavid/94c200936787fef82813 to your computer and use it in GitHub Desktop.
Save cyrusdavid/94c200936787fef82813 to your computer and use it in GitHub Desktop.
Generate CSR for StartSSL
openssl req -nodes -newkey rsa:2048 -keyout myserver.key -out server.csr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment