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 | |
| parent | 13efcdda612cb0b1432040abb8ab09110fd80748 (diff) | |
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/ca-root-for-e21.conf | 19 | ||||
| -rw-r--r-- | conf/nezha-entity-for-e21.conf | 18 | ||||
| -rw-r--r-- | conf/tsg-entity-for-e21.conf | 18 |
3 files changed, 55 insertions, 0 deletions
diff --git a/conf/ca-root-for-e21.conf b/conf/ca-root-for-e21.conf new file mode 100644 index 0000000..8638b66 --- /dev/null +++ b/conf/ca-root-for-e21.conf @@ -0,0 +1,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
\ No newline at end of file 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 diff --git a/conf/tsg-entity-for-e21.conf b/conf/tsg-entity-for-e21.conf new file mode 100644 index 0000000..0fc1636 --- /dev/null +++ b/conf/tsg-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 = TSG9140 +emailAddress = [email protected] + +[ req_v3_usr ] +basicConstraints = CA:FALSE
\ No newline at end of file |
