diff options
author | Christian Breunig <christian@breunig.cc> | 2024-06-19 15:50:06 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-06-19 15:59:44 +0200 |
commit | 973f06c00b902c43dfea34bdf01bdec7c599c452 (patch) | |
tree | 929a1510d9b6a0fad7375fe7561040a1e2dcaf2d /interface-definitions | |
parent | 7de082dd3b5361959db0560f38d7968fda8981a9 (diff) | |
download | vyos-1x-973f06c00b902c43dfea34bdf01bdec7c599c452.tar.gz vyos-1x-973f06c00b902c43dfea34bdf01bdec7c599c452.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
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> |