forked from outflanknl/RedELK
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.cnf
29 lines (25 loc) · 953 Bytes
/
config.cnf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[req]
distinguished_name = req_distinguished_name
x509_extensions = v3_req
prompt = no
[req_distinguished_name]
C = MODIFYME, for example NL
ST = MODIFYME, for example Noord-Holland
L = MODIFYME, for example Amsterdam
O = MODIFYME, for example Outflank B.V.
OU = MODIFYME, for example IT-OPS
CN = MODIFYME, for example outflank.nl
emailAddress = MODIFYME, for example [email protected]
[v3_ca]
subjectKeyIdentifier = hash
authorityKeyIdentifier = keyid:always,issuer:always
basicConstraints = CA:TRUE
[v3_req]
keyUsage = nonRepudiation, digitalSignature, keyEncipherment, dataEncipherment
extendedKeyUsage = serverAuth
subjectAltName = @alt_names
[alt_names]
# Enter the valid IP or DNS where the teamservers and redirectors can reach your ELK server in the fields below. If not done correctly, Logstash on your ELK server will crash with cryptic errors.
DNS.1 = dnsnameofyourredelkserver
DNS.2 = someseconddnsname
IP.1 = 123.123.123.123