summaryrefslogtreecommitdiff
path: root/conf/ca-root-for-e21.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/ca-root-for-e21.conf')
-rw-r--r--conf/ca-root-for-e21.conf19
1 files changed, 19 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