mirror of https://github.com/k3s-io/k3s
11 lines
262 B
Plaintext
11 lines
262 B
Plaintext
![]() |
[req]
|
||
|
req_extensions = v3_req
|
||
|
distinguished_name = req_distinguished_name
|
||
|
[req_distinguished_name]
|
||
|
[ v3_req ]
|
||
|
basicConstraints = CA:FALSE
|
||
|
keyUsage = nonRepudiation, digitalSignature, keyEncipherment
|
||
|
subjectAltName = @alt_names
|
||
|
[alt_names]
|
||
|
IP.1 = $ENV::WORKER_IP
|