Skip to content

Instantly share code, notes, and snippets.

@TheRyanMiller
Created April 17, 2020 21:13
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 TheRyanMiller/2c2332b0a4cbc213b81f442aacec31f4 to your computer and use it in GitHub Desktop.
Save TheRyanMiller/2c2332b0a4cbc213b81f442aacec31f4 to your computer and use it in GitHub Desktop.
[ v3_req ]
# Extensions to add to a certificate request
authorityKeyIdentifier=keyid,issuer
basicConstraints=CA:FALSE
keyUsage = digitalSignature, nonRepudiation, keyEncipherment, dataEncipherment
subjectAltName = @alt_names
[alt_names]
DNS.1 = localhost
#Optional IP can be specified as follows
#IP.1 = 192.168.1.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment