Skip to content

Instantly share code, notes, and snippets.

@hospitableit
Created February 10, 2018 05:59
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/88453d12b9f6ece874e7fbe9e56a8519 to your computer and use it in GitHub Desktop.
Save hospitableit/88453d12b9f6ece874e7fbe9e56a8519 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 Digit Country Code
ST = My State
L = My Location
O = My Company Name
OU = My Organisational Unit
CN = FQDN of my Graylog Server
[v3_req]
keyUsage = keyEncipherment, dataEncipherment
extendedKeyUsage = serverAuth
subjectAltName = @alt_names
[alt_names]
DNS.1 = FQDN of my Graylog server
IP.1 = IP Address of my Graylog server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment