diff options
-rw-r--r-- | etc/ca-ssl.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/ca-ssl.conf.in b/etc/ca-ssl.conf.in index 78d211f..a6e7c44 100644 --- a/etc/ca-ssl.conf.in +++ b/etc/ca-ssl.conf.in @@ -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 = 30 # How long to certify for +default_days = 60 # 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 |