about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-21 13:43:37 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-21 13:43:37 -0800
commit5c17b5526ac160c92f0c02d9d7042a626e2815b7 (patch)
tree08f57b0e4a6721063ab7487083e9a191599fbfc9 /docs
parenttahoe: wireguard setup (diff)
downloadworld-5c17b5526ac160c92f0c02d9d7042a626e2815b7.tar.gz
docs: update wireguard setup
Diffstat (limited to '')
-rw-r--r--docs/wireguard.org2
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)