diff options
author | rebortg <github@ghlr.de> | 2023-01-26 13:45:12 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2023-01-26 13:46:08 +0100 |
commit | e1bd8e7b8fa8e899842bf739bc9d711009dde7e6 (patch) | |
tree | ff2feffcc43c946b30cc301d2a060d2573eba611 /docs/configuration/interfaces/wireguard.rst | |
parent | b6e6dcf97bc612ce53f025a7531ff7d0d5df4100 (diff) | |
download | vyos-documentation-e1bd8e7b8fa8e899842bf739bc9d711009dde7e6.tar.gz vyos-documentation-e1bd8e7b8fa8e899842bf739bc9d711009dde7e6.zip |
wireguard: sync branches
Diffstat (limited to 'docs/configuration/interfaces/wireguard.rst')
-rw-r--r-- | docs/configuration/interfaces/wireguard.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/configuration/interfaces/wireguard.rst b/docs/configuration/interfaces/wireguard.rst index 93093b5d..18a888df 100644 --- a/docs/configuration/interfaces/wireguard.rst +++ b/docs/configuration/interfaces/wireguard.rst @@ -1,4 +1,4 @@ -:lastproofread: 2021-10-01 +:lastproofread: 2023-01-26 .. _wireguard: @@ -173,6 +173,7 @@ traffic. Associates the previously generated private key to a specific WireGuard interface. The private key can be generate via the command + :opcmd:`generate pki wireguard key-pair`. .. code-block:: none @@ -243,8 +244,8 @@ asymmetric crypto. This is optional. .. code-block:: none - vyos@vyos:~$ generate pki wireguard preshared-key install - rvVDOoc2IYEnV+k5p7TNAmHBMEGTHbPU8Qqg8c/sUqc= + vyos@vyos:~$ generate pki wireguard preshared-key + Pre-shared key: rvVDOoc2IYEnV+k5p7TNAmHBMEGTHbPU8Qqg8c/sUqc= Copy the key, as it is not stored on the local filesystem. Because it is a symmetric key, only you and your peer should have knowledge of |