Skip to content

Instantly share code, notes, and snippets.

@alvinslee
Last active February 5, 2021 20:15
Show Gist options
  • Save alvinslee/38c5057c09dee960366261c8592e4a3b to your computer and use it in GitHub Desktop.
Save alvinslee/38c5057c09dee960366261c8592e4a3b to your computer and use it in GitHub Desktop.
configuration for localhost SSL certificate
authorityKeyIdentifier = keyid,issuer
basicConstraints = CA:FALSE
keyUsage = digitalSignature, nonRepudiation, keyEncipherment, dataEncipherment
subjectAltName = @alt_names
[alt_names]
DNS.1 = localhost
IP.1 = 127.0.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment