blob: 362e8ebe69ab03e10e483d1b9dbb4abd72530ab0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[ req ]
default_bits = 2048
distinguished_name = req_distinguished_name
encrypt_key = no
prompt = no
req_extensions = req_v3_usr
[ req_distinguished_name ]
countryName = CN
stateOrProvinceName = Beijing
localityName = Xicheng
organizationName = GDNT
organizationalUnitName = TSG
commonName = Nezha
emailAddress = [email protected]
[ req_v3_usr ]
basicConstraints = CA:FALSE
|