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/ca-root-for-e21.conf | |
| parent | 13efcdda612cb0b1432040abb8ab09110fd80748 (diff) | |
Diffstat (limited to 'conf/ca-root-for-e21.conf')
| -rw-r--r-- | conf/ca-root-for-e21.conf | 19 |
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 |
