diff options
author | Daniil Baturin <daniil@vyos.io> | 2021-04-04 11:50:10 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-04 11:50:10 +0700 |
commit | 7bd957b4963acabe7ae521a65842abe4c0256140 (patch) | |
tree | ddd0907f9207fe23784448ffb2231933b3a65223 | |
parent | e2c34a45d887e116150514f594d3f59a49ac284f (diff) | |
parent | 8fb4dc3bd31b7fcceedcfc7a1ac667335e9340c9 (diff) | |
download | vyos-documentation-7bd957b4963acabe7ae521a65842abe4c0256140.tar.gz vyos-documentation-7bd957b4963acabe7ae521a65842abe4c0256140.zip |
Merge pull request #494 from rickypai/patch-1
Edit sentence on public/private key pair to make it read better
-rw-r--r-- | docs/configuration/interfaces/wireguard.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/configuration/interfaces/wireguard.rst b/docs/configuration/interfaces/wireguard.rst index 852ff520..427df566 100644 --- a/docs/configuration/interfaces/wireguard.rst +++ b/docs/configuration/interfaces/wireguard.rst @@ -20,9 +20,9 @@ Generate keypair .. opcmd:: generate wireguard default-keypair - It generates the keypair, that is its public and private part and stores - it within VyOS. It will be used per default on any configured WireGuard - interface, even if multiple interfaces are being configured. + It generates the keypair, which includes the public and private parts, + and stores it within VyOS. It will be used per default on any configured + WireGuard interface, even if multiple interfaces are being configured. .. opcmd:: show wireguard keypairs pubkey default @@ -266,4 +266,4 @@ Operational commands .. _`WireGuard mailing list`: https://lists.zx2c4.com/pipermail/wireguard/2018-December/003704.html -.. start_vyoslinter
\ No newline at end of file +.. start_vyoslinter |