Skip to content

Instantly share code, notes, and snippets.

@allanesquina
Forked from ArnaudValensi/create-ssl-cert.sh
Created April 8, 2020 21:48
Show Gist options
  • Save allanesquina/fb5864c827cbcb27ce0b3809a310f958 to your computer and use it in GitHub Desktop.
Save allanesquina/fb5864c827cbcb27ce0b3809a310f958 to your computer and use it in GitHub Desktop.
Generate a self signed certificate without passphrase for private key
openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 10000 -nodes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment