Skip to content

Instantly share code, notes, and snippets.

@yohangdev
Last active October 28, 2016 02:13
Show Gist options
  • Select an option

  • Save yohangdev/5d2737881e00741eb871f11b2756c6f3 to your computer and use it in GitHub Desktop.

Select an option

Save yohangdev/5d2737881e00741eb871f11b2756c6f3 to your computer and use it in GitHub Desktop.
Create Self Signed SSL Certificate in one line command
openssl req -x509 -newkey rsa:4096 -keyout ssl_key.pem -out ssl_cert.pem -days 1024 -nodes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment