From b08d1651ad917f69ed92b4b026fb058c1b0bd785 Mon Sep 17 00:00:00 2001 From: Thales Macedo Garitezi Date: Fri, 11 Nov 2022 10:47:38 -0300 Subject: [PATCH] docs: remove comment The server will still fetch CRLs on the fly. --- etc/emqx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/emqx.conf b/etc/emqx.conf index ccfaa4bb7..2303402d3 100644 --- a/etc/emqx.conf +++ b/etc/emqx.conf @@ -1550,7 +1550,6 @@ listener.ssl.external.cacertfile = {{ platform_etc_dir }}/certs/cacert.pem ## listener.ssl.external.ocsp_refresh_http_timeout = 15s ## Whether to enable CRL verification and caching for this listener. -## If set to true, requires specifying the CRL server URLs. ## ## Value: boolean ## Default: false