23 lines
389 B
INI
23 lines
389 B
INI
|
[req]
|
||
|
prompt = no
|
||
|
distinguished_name = dn
|
||
|
req_extensions = v3_req
|
||
|
|
||
|
[dn]
|
||
|
C = US
|
||
|
ST = California
|
||
|
L = Los Angeles
|
||
|
O = End Point
|
||
|
OU = Testing
|
||
|
emailAddress = do-not-reply@hashicorp.com
|
||
|
CN = Betty
|
||
|
|
||
|
[v3_req]
|
||
|
basicConstraints = CA:FALSE
|
||
|
keyUsage = nonRepudiation, digitalSignature, keyEncipherment
|
||
|
subjectAltName = @alt_names
|
||
|
|
||
|
[alt_names]
|
||
|
DNS.1 = server.dc2.consul
|
||
|
DNS.2 = betty.server.dc2.consul
|