From f6dae4b3cece96ae2da05a4e57988e906c4bd2ac Mon Sep 17 00:00:00 2001 From: Jay Beale Date: Sat, 18 Jan 2020 15:44:21 -0800 Subject: Correcting syntax for showing a keypair When running the command listed on this page, I receive this error: run show wireguard named-keypairs pubkey KP01 Invalid command: show wireguard [named-keypairs] When I instead run the following, the desired output arrives: run show wireguard keypairs pubkey KP01 --- docs/vpn/wireguard.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3