aboutsummaryrefslogtreecommitdiff
path: root/tests/auth/subdomain-openssl.cnf
blob: 1c4f91cbd7c18a1671953ccd883f4394b61f296d (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
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