summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
authorsarthurdev <965089+sarthurdev@users.noreply.github.com>2021-07-20 12:05:50 +0200
committersarthurdev <965089+sarthurdev@users.noreply.github.com>2021-07-20 14:49:10 +0200
commit70785300b0dbd11bcd805f7d2906e77fc826f4a7 (patch)
tree36d0090231779a272e03718e1ccc9d6c906f1220 /interface-definitions
parent2bb8817348a6df639ec9959298422b7e7b923823 (diff)
downloadvyos-1x-70785300b0dbd11bcd805f7d2906e77fc826f4a7.tar.gz
vyos-1x-70785300b0dbd11bcd805f7d2906e77fc826f4a7.zip
pki: sstp: T3642: Migrate SSTP to PKI configuration
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/vpn_sstp.xml.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/interface-definitions/vpn_sstp.xml.in b/interface-definitions/vpn_sstp.xml.in
index c09603028..3576bac90 100644
--- a/interface-definitions/vpn_sstp.xml.in
+++ b/interface-definitions/vpn_sstp.xml.in
@@ -50,12 +50,11 @@
</node>
<node name="ssl">
<properties>
- <help>SSL Certificate, SSL Key and CA (/config/user-data/sstp)</help>
+ <help>SSL Certificate, SSL Key and CA</help>
</properties>
<children>
- #include <include/certificate.xml.i>
- #include <include/certificate-ca.xml.i>
- #include <include/certificate-key.xml.i>
+ #include <include/pki/ca-certificate.xml.i>
+ #include <include/pki/certificate.xml.i>
</children>
</node>
</children>