From 70785300b0dbd11bcd805f7d2906e77fc826f4a7 Mon Sep 17 00:00:00 2001 From: sarthurdev <965089+sarthurdev@users.noreply.github.com> Date: Tue, 20 Jul 2021 12:05:50 +0200 Subject: pki: sstp: T3642: Migrate SSTP to PKI configuration --- smoketest/configs/pki-misc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'smoketest/configs/pki-misc') diff --git a/smoketest/configs/pki-misc b/smoketest/configs/pki-misc index 929552267..45e6dd9b2 100644 --- a/smoketest/configs/pki-misc +++ b/smoketest/configs/pki-misc @@ -61,6 +61,26 @@ vpn { key-file /config/auth/ovpn_test_server.key } } + sstp { + authentication { + local-users { + username test { + password test + } + } + mode local + protocols mschap-v2 + } + client-ip-pool { + subnet 192.168.170.0/24 + } + gateway-address 192.168.150.1 + ssl { + ca-cert-file /config/auth/ovpn_test_ca.pem + cert-file /config/auth/ovpn_test_server.pem + key-file /config/auth/ovpn_test_server.key + } + } } -- cgit v1.2.3