Skip to content

Commit

Permalink
net/haproxy: do not call crl_update()
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Oct 14, 2022
1 parent 1a9b9a4 commit 2c99d4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions net/haproxy/Makefile
@@ -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
Expand Down
Expand Up @@ -71,7 +71,6 @@
// 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)));
Expand Down

0 comments on commit 2c99d4a

Please sign in to comment.