summaryrefslogtreecommitdiff
path: root/docs/vpn
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2019-09-18 01:22:12 +0700
committerGitHub <noreply@github.com>2019-09-18 01:22:12 +0700
commit7facf991a64e6e95281b5538e804eb0339be2a34 (patch)
treecccf6d5e9f601da49af1c8aaf0353694619d5d11 /docs/vpn
parent6ae968116ca045551133b1623788f917ce20b1b2 (diff)
parentbc8a28ccbdff599eb1f7de12b5cf7f824eef49d3 (diff)
downloadvyos-documentation-7facf991a64e6e95281b5538e804eb0339be2a34.tar.gz
vyos-documentation-7facf991a64e6e95281b5538e804eb0339be2a34.zip
Merge pull request #108 from kroy-the-rabbit/master
Text/spelling fixes, adding additional navigation headers
Diffstat (limited to 'docs/vpn')
-rw-r--r--docs/vpn/wireguard.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/vpn/wireguard.rst b/docs/vpn/wireguard.rst
index 955c2d40..a2f45913 100644
--- a/docs/vpn/wireguard.rst
+++ b/docs/vpn/wireguard.rst
@@ -131,9 +131,9 @@ asymmetric crypto, which is optional.
wg01# run generate wireguard preshared-key
rvVDOoc2IYEnV+k5p7TNAmHBMEGTHbPU8Qqg8c/sUqc=
-Copy the key, it is not stored on the local file system. Make sure you
-distribute that key in a safe manner, it's a symmatric key, so only you and
-your peer should have knowledge if its content.
+Copy the key, as it is not stored on the local file system. Make sure you
+distribute that key in a safe manner, it's a symmetric key, so only you and
+your peer should have knowledge of its content.
.. code-block:: sh
@@ -141,7 +141,7 @@ your peer should have knowledge if its content.
wg02# set interfaces wireguard wg01 peer to-wg01 preshared-key 'rvVDOoc2IYEnV+k5p7TNAmHBMEGTHbPU8Qqg8c/sUqc='
Operational commands
-~~~~~~~~~~~~~~~~~~~~
+^^^^^^^^^^^^^^^^^^^^
**Show interface status**