Skip to content

Instantly share code, notes, and snippets.

@vigneshragupathy
Created November 30, 2019 09:04
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 vigneshragupathy/9851f6787a484337da573dabdcbe3206 to your computer and use it in GitHub Desktop.
Save vigneshragupathy/9851f6787a484337da573dabdcbe3206 to your computer and use it in GitHub Desktop.
[req]
req_extensions = req_ext
distinguished_name = dn
[dn]
[ req_ext ]
basicConstraints = CA:FALSE
keyUsage = nonRepudiation, digitalSignature, keyEncipherment
subjectAltName = @alt_names
[alt_names]
IP.1 = 10.0.0.1
IP.2 = 127.0.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment