net/haproxy: do not call crl_update()

PR: https://forum.opnsense.org/index.php?topic=30672.0
This commit is contained in:
Franco Fichtner
2022-10-14 12:00:15 +02:00
parent 1a9b9a4212
commit 2c99d4a687
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
PLUGIN_NAME= haproxy
PLUGIN_VERSION= 3.11
PLUGIN_REVISION= 1
PLUGIN_COMMENT= Reliable, high performance TCP/HTTP load balancer
PLUGIN_DEPENDS= haproxy24
PLUGIN_MAINTAINER= opnsense@moov.de
@@ -71,7 +71,6 @@ foreach ($configNodes as $key => $value) {
// CRLs require special export
if ($type == 'crl') {
$crl =& lookup_crl($cert_refid);
crl_update($crl);
$pem_content = base64_decode($crl['text']);
} else {
$pem_content = str_replace("\n\n", "\n", str_replace("\r", "", base64_decode((string)$cert->crt)));