Skip to content

Commit a5071b1

Browse files
authored
fix: wireguard_vpn.md, spelling, punctuation (#2296)
- sudo cat /etc/wireguard/publickey - ... Enterprise Linux (EPEL):
1 parent 3758483 commit a5071b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/security/wireguard_vpn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The following are minimum requirements for this procedure:
2121

2222
## Installing WireGuard
2323

24-
Install Extra Packages for Enterprise Linux(EPEL):
24+
Install Extra Packages for Enterprise Linux (EPEL):
2525

2626
```bash
2727
sudo dnf install epel-release
@@ -214,7 +214,7 @@ The peer's configuration file now includes a rule, `PersistentKeepalive = 25`. T
214214
Output the peer's public key and copy it:
215215

216216
```bash
217-
sudo cat /etc/wiregaurd/publickey
217+
sudo cat /etc/wireguard/publickey
218218
```
219219

220220
On the server, run the following command, replacing `peer_publickey` with the peers public key:

0 commit comments

Comments
 (0)