summaryrefslogtreecommitdiff
path: root/docs/vpn
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-04-25 09:53:18 +0200
committerChristian Poessinger <christian@poessinger.com>2020-04-25 09:53:18 +0200
commit1e61f632b99113bcf4148509f0caf418f9c5832b (patch)
treeb2133c53efae154ba51c501aa708a84c558159fd /docs/vpn
parent2b484548b0438394017118915e2f187de7886e6e (diff)
downloadvyos-documentation-1e61f632b99113bcf4148509f0caf418f9c5832b.tar.gz
vyos-documentation-1e61f632b99113bcf4148509f0caf418f9c5832b.zip
wireguard: use proper indent on opcmd
Diffstat (limited to 'docs/vpn')
-rw-r--r--docs/vpn/wireguard.rst15
1 files changed, 5 insertions, 10 deletions
diff --git a/docs/vpn/wireguard.rst b/docs/vpn/wireguard.rst
index bb0b8880..afd9abfd 100644
--- a/docs/vpn/wireguard.rst
+++ b/docs/vpn/wireguard.rst
@@ -20,18 +20,14 @@ Generate keypair
.. opcmd:: generate wireguard default-keypair
-It generates the keypair, that is its public and private part and stores
-it within VyOS. It will be used per default on any configured WireGuard
-interface, even if multiple interfaces are being configured.
-
-
+ It generates the keypair, that is its public and private part and stores
+ it within VyOS. It will be used per default on any configured WireGuard
+ interface, even if multiple interfaces are being configured.
.. opcmd:: show wireguard keypairs pubkey default
-It shows the public key which needs to be shared with your peer(s). Your
-peer will encrypt all traffic to your system using this public key.
-
-
+ It shows the public key which needs to be shared with your peer(s). Your
+ peer will encrypt all traffic to your system using this public key.
.. code-block:: none
@@ -39,7 +35,6 @@ peer will encrypt all traffic to your system using this public key.
hW17UxY7zeydJNPIyo3UtGnBHkzTK/NeBOrDSIU9Tx0=
-
Generate named keypair
----------------------