From 8f8c0bcbc55f7ecb91e1773295980553233a429b Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 17 Nov 2019 19:38:01 +0100 Subject: sstp: use 80 character line breaks --- docs/services/sstp-server.rst | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/services/sstp-server.rst b/docs/services/sstp-server.rst index bed2e1a6..0657aec3 100644 --- a/docs/services/sstp-server.rst +++ b/docs/services/sstp-server.rst @@ -1,3 +1,4 @@ +.. _sstp_server: SSTP server ------------ @@ -12,15 +13,16 @@ used with local authentication or a connected RADIUS server. 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``. - +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 ====================================== -To generate the CA, the server private key and certificates the following commands can be used. +To generate the CA, the server private key and certificates the following +commands can be used. .. code-block:: sh @@ -52,13 +54,11 @@ To generate the CA, the server private key and certificates the following comman Organizational Unit Name (eg, section) []: Common Name (e.g. server FQDN or YOUR name) []: Email Address []: - [edit] - vyos@vyos# - The example below will answer configuration request for the user user ``foo``. -Use to setup the ``set sstp-settings ssl-certs ...``, it automatically looks for all files and directories in ``/config/user-data/sstp``. +Use to setup the ``set sstp-settings ssl-certs ...``, it automatically +looks for all files and directories in ``/config/user-data/sstp``. .. code-block:: sh @@ -73,5 +73,4 @@ Use to setup the ``set sstp-settings ssl-certs ...``, it automatically loo set sstp-settings ssl-certs server-cert 'server.crt' set sstp-settings ssl-certs server-key 'server.key' - .. include:: references.rst -- cgit v1.2.3