Skip to content

Instantly share code, notes, and snippets.

@vigneshragupathy
Created November 30, 2019 13:29
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/882927b52aa9a7dffa02ad698c1881c4 to your computer and use it in GitHub Desktop.
Save vigneshragupathy/882927b52aa9a7dffa02ad698c1881c4 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]
DNS.1 = kubernetes2
IP.1 = 10.0.0.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment