From f0129cfe6222820a85db2d394ab73d3c7759c5be Mon Sep 17 00:00:00 2001 From: Eric F Crist Date: Tue, 31 Mar 2020 09:01:07 -0500 Subject: [PATCH] Correct formatting issue in vars.example Closes #370 Signed-off-by: Eric F Crist --- easyrsa3/vars.example | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/easyrsa3/vars.example b/easyrsa3/vars.example index 8ebbc1e..f62f4b1 100644 --- a/easyrsa3/vars.example +++ b/easyrsa3/vars.example @@ -131,18 +131,16 @@ fi # How many days until the next CRL publish date? Note that the CRL can still be # parsed after this timeframe passes. It is only used for an expected next # publication date. +#set_var EASYRSA_CRL_DAYS 180 # How many days before its expiration date a certificate is allowed to be # renewed? #set_var EASYRSA_CERT_RENEW 30 -#set_var EASYRSA_CRL_DAYS 180 - # Random serial numbers by default, set to no for the old incremental serial numbers # #set_var EASYRSA_RAND_SN "yes" - # Support deprecated "Netscape" extensions? (choices "yes" or "no".) The default # is "no" to discourage use of deprecated extensions. If you require this # feature to use with --ns-cert-type, set this to "yes" here. This support