xref: /aosp_15_r20/external/cronet/net/data/ssl/scripts/eku-test.cnf (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
1[req]
2default_bits       = 2048
3default_md         = sha256
4string_mask        = utf8only
5prompt             = no
6encrypt_key        = no
7distinguished_name = req_dn
8
9[req_dn]
10C  = US
11ST = California
12L  = Mountain View
13O  = Test CA
14CN = 127.0.0.1
15
16[crit-codeSigning]
17subjectAltName         = IP:127.0.0.1
18basicConstraints       = critical, CA:false
19subjectKeyIdentifier   = hash
20extendedKeyUsage       = critical, codeSigning
21
22[non-crit-codeSigning]
23subjectAltName         = IP:127.0.0.1
24basicConstraints       = critical, CA:false
25subjectKeyIdentifier   = hash
26extendedKeyUsage       = codeSigning
27