summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/ca-root-for-e21.conf19
-rw-r--r--conf/nezha-entity-for-e21.conf18
-rw-r--r--conf/tsg-entity-for-e21.conf18
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