Skip to content

Commit

Permalink
Remove generate private key step from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kradalby committed Nov 28, 2021
1 parent 34f4109 commit e167be6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/Running.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,9 @@
touch config/db.sqlite
```

4. Create a WireGuard private key, headscale configuration, and a DERP map file. Refer to [tailscale sample](https://raw.githubusercontent.com/tailscale/tailscale/main/net/dnsfallback/dns-fallback-servers.json) for more guidance.
4. Create a headscale configuration, and a DERP map file. Refer to [tailscale sample](https://raw.githubusercontent.com/tailscale/tailscale/main/net/dnsfallback/dns-fallback-servers.json) for more guidance.

```shell
wg genkey > config/private.key

cp config.yaml.[sqlite|postgres].example config/config.yaml

cp derp-example.yaml config/derp.yaml
Expand Down

0 comments on commit e167be6

Please sign in to comment.