diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-11-17 19:38:01 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-11-17 19:38:01 +0100 |
commit | 8f8c0bcbc55f7ecb91e1773295980553233a429b (patch) | |
tree | da573d2892cef2d097a4ea0060c9b912da524d94 /docs/services | |
parent | 5cccf4c70c71b55d04c4b554be892077b88c502a (diff) | |
download | vyos-documentation-8f8c0bcbc55f7ecb91e1773295980553233a429b.tar.gz vyos-documentation-8f8c0bcbc55f7ecb91e1773295980553233a429b.zip |
sstp: use 80 character line breaks
Diffstat (limited to 'docs/services')
-rw-r--r-- | docs/services/sstp-server.rst | 19 |
1 files 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 <tab> to setup the ``set sstp-settings ssl-certs ...``, it automatically looks for all files and directories in ``/config/user-data/sstp``. +Use <tab> 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 <tab> 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 |