Skip to content

Instantly share code, notes, and snippets.

@ArnaudValensi
Created January 9, 2018 09:39
Show Gist options
  • Star 16 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save ArnaudValensi/6e23027bd361c58a68040f80e9d6f5ab to your computer and use it in GitHub Desktop.
Save ArnaudValensi/6e23027bd361c58a68040f80e9d6f5ab 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