mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
Merge pull request #1156 from greenpsi/wireguard-pki-update
Update wireguard pki command syntax
This commit is contained in:
commit
ca33735cfc
@ -44,7 +44,7 @@ After this, the public key can be displayed, to save for later.
|
|||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
vyos@central:~$ generate pki wireguard
|
vyos@central:~$ generate pki wireguard key-pair
|
||||||
Private key: cMNGHtb5dW92ORG3HS8JJlvQF8pmVGt2Ydny8hTBLnY=
|
Private key: cMNGHtb5dW92ORG3HS8JJlvQF8pmVGt2Ydny8hTBLnY=
|
||||||
Public key: WyfLCTXi31gL+YbYOwoAHCl2RgS+y56cYHEK6pQsTQ8=
|
Public key: WyfLCTXi31gL+YbYOwoAHCl2RgS+y56cYHEK6pQsTQ8=
|
||||||
|
|
||||||
|
|||||||
@ -148,11 +148,11 @@ WireGuard
|
|||||||
``interface`` is used for the VyOS CLI command to identify the WireGuard
|
``interface`` is used for the VyOS CLI command to identify the WireGuard
|
||||||
interface where this private key is to be used.
|
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.
|
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.
|
Generate a WireGuard pre-shared secret used for peers to communicate.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user