[IMP] add new work
This commit is contained in:
@@ -16,8 +16,8 @@ serial = $dir/serial
|
||||
private = $dir/private
|
||||
|
||||
# The root key and root certificate.
|
||||
private_key = $dir/private/root_ca.key
|
||||
certificate = $dir/certs/root_ca.crt
|
||||
private_key = {{ dc_ca_keyfile }}
|
||||
certificate = {{ dc_ca_certfile }}
|
||||
|
||||
# SHA-1 is deprecated, so use SHA-2 instead.
|
||||
default_md = sha512
|
||||
@@ -28,10 +28,10 @@ default_days = {{ default_crl_duration }}
|
||||
preserve = no
|
||||
policy = policy_loose
|
||||
|
||||
default_crl_days = 90
|
||||
default_crl_days = {{ default_crl_duration }}
|
||||
|
||||
[ req ]
|
||||
default_bits = 4096
|
||||
default_bits = {{ default_bits_user }}
|
||||
distinguished_name = req_distinguished_name
|
||||
|
||||
[ policy_loose ]
|
||||
@@ -73,9 +73,12 @@ organizationalUnitName_default = {{ organization_unit }}
|
||||
|
||||
commonName = Common Name (eg, Your Name or server name)
|
||||
commonName_max = 64
|
||||
commonName_default = {{ commonName }}
|
||||
|
||||
emailAddress = Email Address
|
||||
emailAddress_max = 64
|
||||
emailAddress_default = {{ emailAddress }}
|
||||
|
||||
|
||||
########################################### User Certificates ################################################
|
||||
[ usr_cert_scarduser ]
|
||||
|
||||
Reference in New Issue
Block a user