blob: c0d72eb1a0b316e1e431629a14e07c3bf08eb274 (
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
|