Skip to content

Instantly share code, notes, and snippets.

@jkullick
Last active August 4, 2016 12:32
Show Gist options
  • Save jkullick/c249acb44f353bffe7cc26223fd1beff to your computer and use it in GitHub Desktop.
Save jkullick/c249acb44f353bffe7cc26223fd1beff to your computer and use it in GitHub Desktop.
Generate OpenSSL Key Pair
openssl req -out $DOMAIN.csr -newkey rsa:4096 -nodes -sha256 -keyout $DOMAIN.key -subj "/CN=$DOMAIN"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment