Skip to content

Instantly share code, notes, and snippets.

@weaponsforge
Forked from ciatph/openssl
Last active March 25, 2020 00:41
Show Gist options
  • Save weaponsforge/98e5fc4aa65e99156f9e45ce2e45d100 to your computer and use it in GitHub Desktop.
Save weaponsforge/98e5fc4aa65e99156f9e45ce2e45d100 to your computer and use it in GitHub Desktop.
Create basic self-signed certificates for localhost usage
// Create ssl certificates for localhost use only using openssl
openssl req -nodes -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