| commit | bc7ffa999d47f2b7363d12550891fca9698dbc40 | [log] [tgz] |
|---|---|---|
| author | Boris Pavacic <boris.pavacic@gmail.com> | Wed Dec 16 23:24:15 2020 +0700 |
| committer | GitHub <noreply@github.com> | Wed Dec 16 23:24:15 2020 +0700 |
| tree | 7d9fb04cb4078716c66447fe06b540d0f4b98ab0 | |
| parent | 372f5c99d5c61fea8f5653c1f5effef1ce291d5e [diff] |
Fix the command to generate public key
diff --git a/apps/wireguard/README.md b/apps/wireguard/README.md index 5dce3df..7097a91 100644 --- a/apps/wireguard/README.md +++ b/apps/wireguard/README.md
@@ -9,7 +9,7 @@ docker run --rm -i masipcat/wireguard-go wg genkey > privatekey # Generate publickey from privatekey -docker run --rm -i masipcat/wireguard-go wg genkey < privatekey > publickey +docker run --rm -i masipcat/wireguard-go wg pubkey < privatekey > publickey ``` ## Run server