From 1db8aa20a655f57dcfdac5ef2ed6a1812b17f8f8 Mon Sep 17 00:00:00 2001 From: Michael Stegeman Date: Tue, 15 May 2018 09:02:44 -0600 Subject: [PATCH] Disable OCSP stapling by default. --- renewal.conf.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renewal.conf.tpl b/renewal.conf.tpl index 653d38d..4f1f07f 100644 --- a/renewal.conf.tpl +++ b/renewal.conf.tpl @@ -78,6 +78,6 @@ tls_sni_01_port = 443 logs_dir = :logs_dir apache_vhost_root = /etc/apache2/sites-available configurator = None -must_staple = True +must_staple = False [[webroot_map]] # :hostname = :webroot_path -- 2.38.5