[ ca ]
default_ca = CA_default
[ CA_default ]
database = index.txt
serial = serial.txt
crlnumber = crlnumber.txt
crl_extensions = crlext
default_crl_days = 3650
default_days = 3650
[ req ]
distinguished_name = req_distinguished_name
x509_extensions = v3_ca
[ req_distinguished_name ]
C = US
ST = California
L = San Francisco
O = EdgeDB Inc.
OU = EdgeDB tests
CN = EdgeDB test root ca
emailAddress = hello@edgedb.com
[ v3_ca ]
subjectKeyIdentifier = hash
authorityKeyIdentifier = keyid:always,issuer:always
basicConstraints = critical,CA:true
[ v3_req ]
basicConstraints = CA:FALSE
keyUsage = nonRepudiation, digitalSignature, keyEncipherment
subjectAltName = @alt_names
[ alt_names ]
DNS.1 = localhost
[ crlext ]
authorityKeyIdentifier = keyid:always,issuer:always