Skip to content

Instantly share code, notes, and snippets.

@osster
Forked from ArnaudValensi/create-ssl-cert.sh
Created April 28, 2022 15:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save osster/cd902c11a23371e9d8e8e45ee45ae69b to your computer and use it in GitHub Desktop.
Save osster/cd902c11a23371e9d8e8e45ee45ae69b 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