Skip to content

Instantly share code, notes, and snippets.

@wojtekka
Created April 1, 2019 10:29
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 wojtekka/3c5197daefc631b3ed10b2ce1d03700a to your computer and use it in GitHub Desktop.
Save wojtekka/3c5197daefc631b3ed10b2ce1d03700a to your computer and use it in GitHub Desktop.
Generate self-signed certificate
$ openssl req -new -x509 -days 365 -nodes -out server.crt -keyout server.key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment