Skip to content

Instantly share code, notes, and snippets.

@adsurbum
Created December 24, 2013 01:30
Show Gist options
  • Save adsurbum/8107527 to your computer and use it in GitHub Desktop.
Save adsurbum/8107527 to your computer and use it in GitHub Desktop.
generate csr and private key
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