aboutsummaryrefslogtreecommitdiffstats
path: root/tests/certificates/cert-openssl.conf
blob: 18bd0d79f4702ea59e044ea174fb3b4387ae4572 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[ req ]
default_bits           = 1024
distinguished_name     = req_distinguished_name
x509_extensions        = v3_ca
dirstring_type = nobmp

[ req_distinguished_name ]
commonName                     = Common Name
commonName_max                 = 64

[ test_ca ]
basicConstraints=CA:TRUE

[ test_server ]
basicConstraints=CA:FALSE
extendedKeyUsage=serverAuth