diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-14 07:48:10 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-14 07:48:10 +0300 |
| commit | 7db8db1fda428ab31d7a2f6f52541fe3057152d1 (patch) | |
| tree | 96a396e490c39d619d558db4bf46f2f4f24309a0 | |
| parent | bd1bb272bd7a9ffd84f4041bef5c8e7753e8f752 (diff) | |
| download | vyos-documentation-7db8db1fda428ab31d7a2f6f52541fe3057152d1.tar.gz vyos-documentation-7db8db1fda428ab31d7a2f6f52541fe3057152d1.zip | |
docs: rewrap long prose lines in sstp to fit 80-char limit
| -rw-r--r-- | docs/configuration/vpn/sstp.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/configuration/vpn/sstp.md b/docs/configuration/vpn/sstp.md index f4b08999..28520e20 100644 --- a/docs/configuration/vpn/sstp.md +++ b/docs/configuration/vpn/sstp.md @@ -21,7 +21,8 @@ certificates or private PKI is required. ### Certificates -Using our documentation chapter - {ref}`pki` generate and install CA and Server certificate +Using our documentation chapter - {ref}`pki` generate and install CA +and Server certificate ```none vyos@vyos:~$ generate pki ca install CA @@ -598,7 +599,8 @@ Once you have setup your SSTP server there comes the time to do some basic testing. The Linux client used for testing is called [sstpc]. [sstpc] requires a PPP configuration/peer file. -If you use a self-signed certificate, do not forget to install CA on the client side. +If you use a self-signed certificate, do not forget to install CA on +the client side. The following PPP configuration tests MSCHAP-v2: @@ -758,6 +760,8 @@ Feb 28 17:03:07 vyos accel-sstp[2492]: sstp0:test: sstp: ppp: started ``` +% stop_vyoslinter [accel-ppp attribute]: https://github.com/accel-ppp/accel-ppp/blob/master/accel-pppd/radius/dict/dictionary.accel [dictionary]: https://github.com/accel-ppp/accel-ppp/blob/master/accel-pppd/radius/dict/dictionary.rfc6911 [sstpc]: https://github.com/reliablehosting/sstp-client +% start_vyoslinter |
