blob: 7ced049f7f2e03a287fc4eda062288ffb8c5b213 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
[req]
default_bits = 2048
default_md = sha1
string_mask = utf8only
prompt = no
encrypt_key = no
distinguished_name = req_dn
[req_dn]
C = US
ST = California
L = Mountain View
O = Test CA
CN = 127.0.0.1
[crit-codeSigning]
subjectAltName = IP:127.0.0.1
basicConstraints = critical, CA:false
subjectKeyIdentifier = hash
extendedKeyUsage = critical, codeSigning
[non-crit-codeSigning]
subjectAltName = IP:127.0.0.1
basicConstraints = critical, CA:false
subjectKeyIdentifier = hash
extendedKeyUsage = codeSigning
|