diff options
author | Christian Breunig <christian@breunig.cc> | 2024-06-19 15:50:06 +0200 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-06-20 06:23:49 +0000 |
commit | 27c4b2d4a35ecb939fe04890fab99fbb732ccdc9 (patch) | |
tree | 22da78f5446cd7882989e55fc4142fa93cacb652 /interface-definitions | |
parent | 5d46c64a3041504a81e630790a88738300b232c1 (diff) | |
download | vyos-1x-27c4b2d4a35ecb939fe04890fab99fbb732ccdc9.tar.gz vyos-1x-27c4b2d4a35ecb939fe04890fab99fbb732ccdc9.zip |
openconnect: T6500: add support for multiple ca-certificates
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)
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/vpn_openconnect.xml.in | 2 |
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> |