aboutsummaryrefslogtreecommitdiff
path: root/tests/load/openssl.cnf
blob: 0ad12ee9debdb58b12fe870a0a105cbd6fd107e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
repository = dev.cppget.org
company    = Code Synthesis
email      = info@dev.cppget.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