summaryrefslogtreecommitdiff
path: root/ext/openssl/tests/san.cnf
blob: fd347331a908c4d48a194f0b64633f9848aed4e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[ req ]
distinguished_name = req_distinguished_name

[ req_distinguished_name ]

[ v3_req ]
basicConstraints = CA:FALSE
keyUsage = nonRepudiation, digitalSignature, keyEncipherment
subjectAltName = ${ENV::PHP_SUBJECTALTNAME}

[ usr_cert ]
basicConstraints = CA:FALSE
subjectAltName = ${ENV::PHP_SUBJECTALTNAME}