aboutsummaryrefslogtreecommitdiff
path: root/tests/auth/mismatch-openssl.cnf
blob: 0c328d001d4f295ea167252718f6c590ca24d9c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
repository = build2.org/mismatched/name
company    = Code Synthesis
email      = info@build2.org


[ req ]

distinguished_name = req_distinguished_name
x509_extensions    = v3_req
prompt             = no
utf8               = yes

[ req_distinguished_name ]

O  = $company
CN = name:$repository

[ v3_req ]

keyUsage         = critical,digitalSignature
extendedKeyUsage = critical,codeSigning
subjectAltName   = email:$email