23 lines
391 B
INI
23 lines
391 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 = Bonnie
|
|
|
|
[v3_req]
|
|
basicConstraints = CA:FALSE
|
|
keyUsage = nonRepudiation, digitalSignature, keyEncipherment
|
|
subjectAltName = @alt_names
|
|
|
|
[alt_names]
|
|
DNS.1 = server.dc3.consul
|
|
DNS.2 = bonnie.server.dc3.consul
|