diff options
author | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2021-07-20 12:05:50 +0200 |
---|---|---|
committer | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2021-07-20 14:49:10 +0200 |
commit | 70785300b0dbd11bcd805f7d2906e77fc826f4a7 (patch) | |
tree | 36d0090231779a272e03718e1ccc9d6c906f1220 /interface-definitions/vpn_sstp.xml.in | |
parent | 2bb8817348a6df639ec9959298422b7e7b923823 (diff) | |
download | vyos-1x-70785300b0dbd11bcd805f7d2906e77fc826f4a7.tar.gz vyos-1x-70785300b0dbd11bcd805f7d2906e77fc826f4a7.zip |
pki: sstp: T3642: Migrate SSTP to PKI configuration
Diffstat (limited to 'interface-definitions/vpn_sstp.xml.in')
-rw-r--r-- | interface-definitions/vpn_sstp.xml.in | 7 |
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> |