mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/haproxy: do not call crl_update()
PR: https://forum.opnsense.org/index.php?topic=30672.0
This commit is contained in:
@@ -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)));
|
||||
|
||||
Reference in New Issue
Block a user