Skip to content

Commit

Permalink
fix: wireguard_vpn.md, spelling, punctuation (#2296)
Browse files Browse the repository at this point in the history
- sudo cat /etc/wireguard/publickey
- ... Enterprise Linux (EPEL):
  • Loading branch information
SergeCroise authored Aug 26, 2024
1 parent 3758483 commit a5071b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/security/wireguard_vpn.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit a5071b1

Please sign in to comment.