diff options
author | Christian Breunig <christian@breunig.cc> | 2023-12-14 17:24:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-14 17:24:22 +0100 |
commit | 9f72aff65e0589b9387227f69a25545eba5ba4f5 (patch) | |
tree | e0534e40c7d58ce940860513bdf885e147dcaf10 /interface-definitions/load-balancing-haproxy.xml.in | |
parent | 0917ed315aa3e8707ad8b67293b38e7452f9cda8 (diff) | |
parent | fe99c45e05fd5794905145ddca80e6078145c2e8 (diff) | |
download | vyos-1x-9f72aff65e0589b9387227f69a25545eba5ba4f5.tar.gz vyos-1x-9f72aff65e0589b9387227f69a25545eba5ba4f5.zip |
Merge pull request #2590 from sever-sever/T5798
T5798: load-balancing revese-proxy add multiple SSL certificates
Diffstat (limited to 'interface-definitions/load-balancing-haproxy.xml.in')
-rw-r--r-- | interface-definitions/load-balancing-haproxy.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/load-balancing-haproxy.xml.in b/interface-definitions/load-balancing-haproxy.xml.in index 564c335ec..8f6bd3a99 100644 --- a/interface-definitions/load-balancing-haproxy.xml.in +++ b/interface-definitions/load-balancing-haproxy.xml.in @@ -49,7 +49,7 @@ <help>SSL Certificate, SSL Key and CA</help> </properties> <children> - #include <include/pki/certificate.xml.i> + #include <include/pki/certificate-multi.xml.i> </children> </node> </children> |