diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-21 13:43:37 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-21 13:43:37 -0800 |
commit | 5c17b5526ac160c92f0c02d9d7042a626e2815b7 (patch) | |
tree | 08f57b0e4a6721063ab7487083e9a191599fbfc9 /docs | |
parent | tahoe: wireguard setup (diff) | |
download | world-5c17b5526ac160c92f0c02d9d7042a626e2815b7.tar.gz |
docs: update wireguard setup
Diffstat (limited to '')
-rw-r--r-- | docs/wireguard.org | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/wireguard.org b/docs/wireguard.org index 154c159..456205f 100644 --- a/docs/wireguard.org +++ b/docs/wireguard.org @@ -1,6 +1,8 @@ #+TITLE: Configuration for wireguard * Creating the keys +Create a directory with the hostname under =secrets/network/=. + We need a key for the host: #+begin_src sh (umask 0077; wg genkey > peer_A.key) |