Skip to content

Instantly share code, notes, and snippets.

@mstyne
Created December 14, 2012 17:19
Show Gist options
  • Save mstyne/4287105 to your computer and use it in GitHub Desktop.
Save mstyne/4287105 to your computer and use it in GitHub Desktop.
openssl, generate csr and key
openssl req -new -nodes -keyout some.domain.com.key -out some.domain.com.csr -newkey rsa:2048
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment