diff options
| author | luwenpeng <[email protected]> | 2021-11-06 18:17:20 +0300 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2021-11-06 18:25:14 +0300 |
| commit | 568d836443728265ef1afff576c2543062446007 (patch) | |
| tree | 8c4dcc219a9a6a31d575f89db5902421802798f6 /conf/nezha-entity-for-e21.conf | |
| parent | 13efcdda612cb0b1432040abb8ab09110fd80748 (diff) | |
Diffstat (limited to 'conf/nezha-entity-for-e21.conf')
| -rw-r--r-- | conf/nezha-entity-for-e21.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/conf/nezha-entity-for-e21.conf b/conf/nezha-entity-for-e21.conf new file mode 100644 index 0000000..362e8eb --- /dev/null +++ b/conf/nezha-entity-for-e21.conf @@ -0,0 +1,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
\ No newline at end of file |
