diff options
author | greenpsi <git@psinet.dev> | 2023-11-17 00:15:04 +0100 |
---|---|---|
committer | greenpsi <git@psinet.dev> | 2023-11-17 00:15:04 +0100 |
commit | c32a5a06c4d59dbd54f6460e4c218c374c17057b (patch) | |
tree | 8923828623a94c915b2a04e9fb5ea8fec88381c5 /docs/configuration | |
parent | 403bca3bad5c3ed285d84f9bf28c64254f7fda4e (diff) | |
download | vyos-documentation-c32a5a06c4d59dbd54f6460e4c218c374c17057b.tar.gz vyos-documentation-c32a5a06c4d59dbd54f6460e4c218c374c17057b.zip |
Update wireguard pki command syntax
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/pki/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration/pki/index.rst b/docs/configuration/pki/index.rst index e83272f5..66ad84a3 100644 --- a/docs/configuration/pki/index.rst +++ b/docs/configuration/pki/index.rst @@ -148,11 +148,11 @@ WireGuard ``interface`` is used for the VyOS CLI command to identify the WireGuard interface where this private key is to be used. -.. opcmd:: generate pki wireguard pre-shared-key +.. opcmd:: generate pki wireguard preshared-key Generate a WireGuard pre-shared secret used for peers to communicate. -.. opcmd:: generate pki wireguard pre-shared-key install <peer> +.. opcmd:: generate pki wireguard preshared-key install <peer> Generate a WireGuard pre-shared secret used for peers to communicate. |