diff options
| author | Christian Poessinger <christian@poessinger.com> | 2020-01-23 07:00:38 +0100 | 
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2020-01-23 07:00:38 +0100 | 
| commit | af806a910f1477a91a283491085dbee5ef6afbbf (patch) | |
| tree | de3173e4f42ad08795c36df474f50bfee185ca11 /docs/services | |
| parent | b82eaecc241a3cb1a50c16c3f44b720fd26ec766 (diff) | |
| download | vyos-documentation-af806a910f1477a91a283491085dbee5ef6afbbf.tar.gz vyos-documentation-af806a910f1477a91a283491085dbee5ef6afbbf.zip | |
sstp: use documented section style guide
Diffstat (limited to 'docs/services')
| -rw-r--r-- | docs/services/sstp-server.rst | 11 | 
1 files changed, 6 insertions, 5 deletions
| diff --git a/docs/services/sstp-server.rst b/docs/services/sstp-server.rst index 8e67b95c..7c381416 100644 --- a/docs/services/sstp-server.rst +++ b/docs/services/sstp-server.rst @@ -1,7 +1,8 @@  .. _sstp_server: -SSTP server ------------- +########### +SSTP Server +###########  VyOS utilizes accel-ppp_ to provide SSTP server functionality. It can be  used with local authentication or a connected RADIUS server. @@ -11,15 +12,15 @@ used with local authentication or a connected RADIUS server.     connected users, in order to become effective.  Configuration -^^^^^^^^^^^^^ +=============  The `Secure Socket Tunneling Protocol`_ (SSTP), provides ppp via a SSL/TLS  channel. Using publically signed certificates as well a by private PKI, is  fully supported. All certificates should be stored on VyOS under  ``/config/user-data/sstp``. -Self Signed CA and server certificates -====================================== +Self Signed CA and Certificates +-------------------------------  To generate the CA, the server private key and certificates the following  commands can be used. | 
