diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ca.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/ca.conf b/etc/ca.conf index 74c4065..34a7193 100644 --- a/etc/ca.conf +++ b/etc/ca.conf @@ -66,7 +66,7 @@ serial = $dir/ca/$ca/db/$ca.crt.srl # Serial number file crlnumber = $dir/ca/$ca/db/$ca.crl.srl # CRL number file database = $dir/ca/$ca/db/$ca.db # Index file unique_subject = no # Require unique subject -default_days = 90 # How long to certify for +default_days = 30 # How long to certify for default_md = sha1 # MD to use policy = match_pol # Default naming policy email_in_dn = no # Add email to cert DN |