masipcat / wireguard-go-docker

Wireguard docker image
https://hub.docker.com/r/masipcat/wireguard-go
GNU General Public License v3.0
182 stars 42 forks source link

Readme - bug #18

Closed bigcookie closed 3 years ago

bigcookie commented 4 years ago

This section to generate keys:

Generate publickey from privatekey

docker run --rm -i masipcat/wireguard-go wg genkey < privatekey > publickey

should be

Generate publickey from privatekey

docker run --rm -i masipcat/wireguard-go wg pubkey < privatekey > publickey

masipcat commented 3 years ago

Sorry, I forgot about this issue. Now is fixed by @wnienhaus