summaryrefslogtreecommitdiff
path: root/docs/vpn
diff options
context:
space:
mode:
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
----------------------