Skip to content

Instantly share code, notes, and snippets.

@anunay
Created December 5, 2017 17:59
Show Gist options
  • Save anunay/c7f79638bd6aef34f7725f60ed7186ee to your computer and use it in GitHub Desktop.
Save anunay/c7f79638bd6aef34f7725f60ed7186ee to your computer and use it in GitHub Desktop.
Create CSR - SSL
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