Skip to content

Instantly share code, notes, and snippets.

@ciatph
Created October 17, 2019 05:03
Show Gist options
  • Save ciatph/9834a92dfc64c6077ed654ed20b6da77 to your computer and use it in GitHub Desktop.
Save ciatph/9834a92dfc64c6077ed654ed20b6da77 to your computer and use it in GitHub Desktop.
// Create ssl certificates for localhost use only using openssl
openssl req -node -new -x509 -keyout server.key -out server.cert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment