diff options
Diffstat (limited to 'conf/tsg-entity-for-e21.conf')
| -rw-r--r-- | conf/tsg-entity-for-e21.conf | 18 |
1 files changed, 18 insertions, 0 deletions
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 |
