From df754e93eee18853451af34d0c3c4deb64bd104f Mon Sep 17 00:00:00 2001 From: Fabio Rauber Date: Thu, 19 Oct 2017 12:29:42 -0200 Subject: [PATCH] Remove mandatory OCSP Stapling, some e-mail clients do not support it (Thunderbird) --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 5238acc..023afe2 100644 --- a/config +++ b/config @@ -85,4 +85,4 @@ KEY_ALGO=secp384r1 #LOCKFILE="${BASEDIR}/lock" # Option to add CSR-flag indicating OCSP stapling to be mandatory (default: no) -OCSP_MUST_STAPLE="yes" +#OCSP_MUST_STAPLE="no"