mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/haproxy: bump cert.pem location
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
PLUGIN_NAME= haproxy
|
||||
PLUGIN_VERSION= 4.3
|
||||
PLUGIN_REVISION= 1
|
||||
PLUGIN_REVISION= 2
|
||||
PLUGIN_COMMENT= Reliable, high performance TCP/HTTP load balancer
|
||||
PLUGIN_DEPENDS= haproxy28 py${PLUGIN_PYTHON}-haproxy-cli
|
||||
PLUGIN_MAINTAINER= opnsense@moov.de
|
||||
|
||||
@@ -1874,7 +1874,7 @@ backend {{backend.name}}
|
||||
{% do server_options.append('ca-file /tmp/haproxy/ssl/' ~ server_data.id ~ '.calist') %}
|
||||
{% else %}
|
||||
{# # fallback to system CA Root Certificates #}
|
||||
{% do server_options.append('ca-file /etc/ssl/cert.pem') %}
|
||||
{% do server_options.append('ca-file /usr/local/etc/ssl/cert.pem') %}
|
||||
{% endif %}
|
||||
{# # check for SSL CRL #}
|
||||
{% if server_data.sslCRL|default("") != "" %}
|
||||
|
||||
Reference in New Issue
Block a user