blob: 0138bac138be90ad8c0cc3a698df308429655355 (
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 = sha256
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
|