diff options
Diffstat (limited to 'docs/services/sstp-server.rst')
-rw-r--r-- | docs/services/sstp-server.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/services/sstp-server.rst b/docs/services/sstp-server.rst index dd459a94..64a5206b 100644 --- a/docs/services/sstp-server.rst +++ b/docs/services/sstp-server.rst @@ -24,7 +24,7 @@ Self Signed CA and server certificates To generate the CA, the server private key and certificates the following commands can be used. -.. code-block:: console +.. code-block:: none vyos@vyos:~$ conf [edit] @@ -60,7 +60,7 @@ The example below will answer configuration request for the 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``. -.. code-block:: console +.. code-block:: none edit service sstp-server set authentication local-users username foo password 'bar' |