From a5071b154cb198b82ebb9c5d41efeedcb52532dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serge=20Crois=C3=A9?= Date: Mon, 26 Aug 2024 23:45:46 +0200 Subject: [PATCH] fix: wireguard_vpn.md, spelling, punctuation (#2296) - sudo cat /etc/wireguard/publickey - ... Enterprise Linux (EPEL): --- docs/guides/security/wireguard_vpn.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/security/wireguard_vpn.md b/docs/guides/security/wireguard_vpn.md index ebdcad5314..39a5515fb8 100644 --- a/docs/guides/security/wireguard_vpn.md +++ b/docs/guides/security/wireguard_vpn.md @@ -21,7 +21,7 @@ The following are minimum requirements for this procedure: ## Installing WireGuard -Install Extra Packages for Enterprise Linux(EPEL): +Install Extra Packages for Enterprise Linux (EPEL): ```bash sudo dnf install epel-release @@ -214,7 +214,7 @@ The peer's configuration file now includes a rule, `PersistentKeepalive = 25`. T Output the peer's public key and copy it: ```bash -sudo cat /etc/wiregaurd/publickey +sudo cat /etc/wireguard/publickey ``` On the server, run the following command, replacing `peer_publickey` with the peers public key: