summaryrefslogtreecommitdiff
path: root/etc/ca.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/ca.conf')
-rw-r--r--etc/ca.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/ca.conf b/etc/ca.conf
index 0b768e0..74c4065 100644
--- a/etc/ca.conf
+++ b/etc/ca.conf
@@ -46,7 +46,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 = 3652 # How long to certify for
+default_days = 365 # 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
@@ -55,7 +55,7 @@ name_opt = ca_default # Subject DN display options
cert_opt = ca_default # Certificate display options
copy_extensions = none # Copy extensions from CSR
x509_extensions = signing_ca_ext # Default cert extensions
-default_crl_days = 365 # How long before next CRL
+default_crl_days = 30 # How long before next CRL
crl_extensions = crl_ext # CRL extensions
[ signing_ca ]
@@ -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 = 730 # How long to certify for
+default_days = 90 # 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