diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-04-25 09:53:18 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-04-25 09:53:18 +0200 |
commit | 1e61f632b99113bcf4148509f0caf418f9c5832b (patch) | |
tree | b2133c53efae154ba51c501aa708a84c558159fd /docs/vpn | |
parent | 2b484548b0438394017118915e2f187de7886e6e (diff) | |
download | vyos-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.rst | 15 |
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 ---------------------- |