Skip to content

Instantly share code, notes, and snippets.

@0xjams
Created June 18, 2015 22:58
Show Gist options
  • Save 0xjams/1419cc0dae46cf08f31d to your computer and use it in GitHub Desktop.
Save 0xjams/1419cc0dae46cf08f31d to your computer and use it in GitHub Desktop.
Generate a certificate signing request
openssl req -nodes -sha256 -newkey rsa:2048 -keyout domain.com.key -out domain.com.csr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment