mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
net/haproxy: bump cert.pem location
This commit is contained in:
parent
c73af598a4
commit
99ad9d9da3
2 changed files with 2 additions and 2 deletions
|
|
@ -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("") != "" %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue