18 lines
466 B
Plaintext
18 lines
466 B
Plaintext
[ 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 = support@gdnt-cloud.com
|
|
|
|
[ req_v3_usr ]
|
|
basicConstraints = CA:FALSE |