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 /smoketest/configs | |
parent | 2bb8817348a6df639ec9959298422b7e7b923823 (diff) | |
download | vyos-1x-70785300b0dbd11bcd805f7d2906e77fc826f4a7.tar.gz vyos-1x-70785300b0dbd11bcd805f7d2906e77fc826f4a7.zip |
pki: sstp: T3642: Migrate SSTP to PKI configuration
Diffstat (limited to 'smoketest/configs')
-rw-r--r-- | smoketest/configs/pki-misc | 20 |
1 files changed, 20 insertions, 0 deletions
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 + } + } } |