From b21e4ecea92e9c4d8c27d406a79de57e4ef4d9dd Mon Sep 17 00:00:00 2001 From: angt Date: Thu, 12 Nov 2015 16:07:23 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 11405c4..c80b28c 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,8 @@ To build and install the latest version: $ ./configure $ make # make install + +To create and use a new secret key: + + $ dd if=/dev/random iflag=fullblock of=glorytun.key bs=32 count=1 + $ glorytun keyfile glorytun.key [...]