about summary refs log tree commit diff
diff options
context:
space:
mode:
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)