diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/vpn/wireguard.rst | 2 |
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. |