blob: 8638b669b17554f6dc7956227cf8b8fbd445de90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[ req ]
default_bits = 4096
default_md = sha256
distinguished_name = req_distinguished_name
encrypt_key = no
prompt = no
x509_extensions = req_v3_ca
[ req_distinguished_name ]
countryName = CN
stateOrProvinceName = Beijing
localityName = Xicheng
organizationName = GDNT
organizationalUnitName = Certificate Authority
commonName = support
emailAddress = [email protected]
[ req_v3_ca ]
basicConstraints = CA:true
|