Correct formatting issue in vars.example

Closes #370

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
This commit is contained in:
Eric F Crist 2020-03-31 09:01:07 -05:00
parent 945c9359f6
commit f0129cfe62
No known key found for this signature in database
GPG Key ID: 72964219390D0D0E

View File

@ -131,18 +131,16 @@ fi
# How many days until the next CRL publish date? Note that the CRL can still be # 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 # parsed after this timeframe passes. It is only used for an expected next
# publication date. # publication date.
#set_var EASYRSA_CRL_DAYS 180
# How many days before its expiration date a certificate is allowed to be # How many days before its expiration date a certificate is allowed to be
# renewed? # renewed?
#set_var EASYRSA_CERT_RENEW 30 #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 # Random serial numbers by default, set to no for the old incremental serial numbers
# #
#set_var EASYRSA_RAND_SN "yes" #set_var EASYRSA_RAND_SN "yes"
# Support deprecated "Netscape" extensions? (choices "yes" or "no".) The default # Support deprecated "Netscape" extensions? (choices "yes" or "no".) The default
# is "no" to discourage use of deprecated extensions. If you require this # 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 # feature to use with --ns-cert-type, set this to "yes" here. This support