summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhagbard-01 <39653662+hagbard-01@users.noreply.github.com>2020-01-19 09:06:11 -0800
committerGitHub <noreply@github.com>2020-01-19 09:06:11 -0800
commit9bac097c6e7919d604b64f0e221288c4424588cb (patch)
treefbd6d6a5cb82d55ba55a4dce459a60cfd9347083
parent4af7d711710d10eff2b1bb5ad2c4ffa3c41f49d7 (diff)
parentf6dae4b3cece96ae2da05a4e57988e906c4bd2ac (diff)
downloadvyos-documentation-9bac097c6e7919d604b64f0e221288c4424588cb.tar.gz
vyos-documentation-9bac097c6e7919d604b64f0e221288c4424588cb.zip
Merge pull request #188 from JayBeale/patch-1
Correcting syntax for showing a keypair
-rw-r--r--docs/vpn/wireguard.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/vpn/wireguard.rst b/docs/vpn/wireguard.rst
index 8e957a30..783bcbf4 100644
--- a/docs/vpn/wireguard.rst
+++ b/docs/vpn/wireguard.rst
@@ -94,7 +94,7 @@ To use a named key on an interface, the option private-key needs to be set.
set interfaces wireguard wg01 private-key KP01
set interfaces wireguard wg02 private-key KP02
-The command ``run show wireguard named-keypairs pubkey KP01`` will then show the public key,
+The command ``run show wireguard keypairs pubkey KP01`` will then show the public key,
which needs to be shared with the peer.