summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
authormergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2024-06-20 11:38:23 +0300
committerGitHub <noreply@github.com>2024-06-20 11:38:23 +0300
commit1fc32e342dc053e54e658e3a0d72bdc340ddb9d6 (patch)
treecd81ef105bbdef12b40b151d6651815ea65c85f0 /interface-definitions
parent59db786301768d7dcc417ee2b8bb5afe30ae3c37 (diff)
downloadvyos-1x-1fc32e342dc053e54e658e3a0d72bdc340ddb9d6.tar.gz
vyos-1x-1fc32e342dc053e54e658e3a0d72bdc340ddb9d6.zip
openconnect: T6500: add support for multiple ca-certificates (#3691)
Add possibility to provide a full CA chain to the openconnect server. * Support multiple CA certificates * For every CA certificate specified, always determine the full certificate chain in the background and add the necessary SSL certificates (cherry picked from commit 973f06c00b902c43dfea34bdf01bdec7c599c452) Co-authored-by: Christian Breunig <christian@breunig.cc>
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/vpn_openconnect.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/vpn_openconnect.xml.in b/interface-definitions/vpn_openconnect.xml.in
index 7849d6886..a2f040b2f 100644
--- a/interface-definitions/vpn_openconnect.xml.in
+++ b/interface-definitions/vpn_openconnect.xml.in
@@ -275,7 +275,7 @@
<help>SSL Certificate, SSL Key and CA</help>
</properties>
<children>
- #include <include/pki/ca-certificate.xml.i>
+ #include <include/pki/ca-certificate-multi.xml.i>
#include <include/pki/certificate-key.xml.i>
</children>
</node>