mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-22 15:01:39 +03:00
15 lines
275 B
Plaintext
15 lines
275 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]
|
||
|
DNS.1 = localhost
|
||
|
IP.1 = 127.0.0.1
|