-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworker-1.config
31 lines (28 loc) · 887 Bytes
/
worker-1.config
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
30
31
[ req ]
distinguished_name = req_distinguished_name
req_extensions = v3_ca
[ req_distinguished_name ]
countryName = Country Name (2 letter code)
countryName_default = US
countryName_min = 2
countryName_max = 2
stateName = IL
stateName_default = IL
localityName = Chicago
localityName_default = Chicago
organizationName = system:nodes
organizationName_default = system:nodes
organizationalUnitName = CA
organizationalUnitName_default = CA
commonName = system:node:worker-1
commonName_default = system:node:worker-1
commonName_max = 64
[ v3_ca ]
basicConstraints=CA:false
keyUsage=digitalSignature,keyEncipherment
extendedKeyUsage=clientAuth
subjectAltName = @alt_names
[ alt_names ]
DNS.1 = worker-1
DNS.2 = 35.239.224.149
DNS.3 = 10.240.0.21