Skip to content

Instantly share code, notes, and snippets.

@wbtuomela
Last active August 29, 2015 14:16
Show Gist options
  • Save wbtuomela/6cccac08f7b9077b8e47 to your computer and use it in GitHub Desktop.
Save wbtuomela/6cccac08f7b9077b8e47 to your computer and use it in GitHub Desktop.
CSR Generation with SHA-256 Signature
openssl req -nodes -newkey rsa:2048 -sha256 -keyout site.key -out site.csr
openssl req -nodes -newkey rsa:3072 -sha384 -keyout site.key -out site.csr
openssl req -nodes -newkey rsa:4096 -sha512 -keyout site.key -out site.csr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment