Skip to content

Instantly share code, notes, and snippets.

@hospitableit
Last active November 12, 2017 04:18
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 hospitableit/c5607f1702d9ecce3b8f1369dce935e9 to your computer and use it in GitHub Desktop.
Save hospitableit/c5607f1702d9ecce3b8f1369dce935e9 to your computer and use it in GitHub Desktop.
[req]
distinguished_name = req_distinguished_name
req_extensions = v3_req
prompt = no
[req_distinguished_name]
C = My 2 Letter Country code
ST = My State name
L = My Town Name
O = Some Company Name
OU = Information Technology
CN = myswitch1.mynetwork.com
[v3_req]
keyUsage = keyEncipherment, dataEncipherment
extendedKeyUsage = serverAuth
subjectAltName = @alt_names
[alt_names]
DNS.1 = myswitch1.mynetwork.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment