-
-
Save hospitableit/88453d12b9f6ece874e7fbe9e56a8519 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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