Skip to content

Instantly share code, notes, and snippets.

@lukearmstrong
Created June 21, 2017 13:31
Show Gist options
  • Save lukearmstrong/a528da6ae153f3458ed063b7993c7122 to your computer and use it in GitHub Desktop.
Save lukearmstrong/a528da6ae153f3458ed063b7993c7122 to your computer and use it in GitHub Desktop.
Generate CSR (Certificate Signing Request) and new Private Key
openssl req -nodes -newkey rsa:2048 -sha512 -keyout myserver.key -out server.csr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment