mirror of https://github.com/status-im/consul.git
22 lines
381 B
INI
22 lines
381 B
INI
|
[ req ]
|
||
|
prompt = no
|
||
|
distinguished_name = dn
|
||
|
req_extensions = req_ext
|
||
|
|
||
|
|
||
|
[dn]
|
||
|
C = US
|
||
|
ST = California
|
||
|
L = Los Angeles
|
||
|
O = End Point
|
||
|
OU = Testing
|
||
|
emailAddress = do-not-reply@hashicorp.com
|
||
|
CN = testco.internal
|
||
|
|
||
|
[ v3_req ]
|
||
|
basicConstraints = CA:false
|
||
|
extendedKeyUsage = serverAuth
|
||
|
subjectAltName = @alt_names
|
||
|
|
||
|
[alt_names]
|
||
|
DNS.1 = server.dc1.consul
|