From 80b66da1d81793232646d2504c4d4c0ec94170f1 Mon Sep 17 00:00:00 2001 From: Ingo Franzki Date: Mon, 7 May 2018 10:23:05 +0200 Subject: [PATCH] zkey: Update README to add info about packaging requirements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ingo Franzki Signed-off-by: Jan Höppner --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d6367bd4..b71b4042 100644 --- a/README.md +++ b/README.md @@ -372,3 +372,7 @@ the different tools are provided: For building the zkey tools you need openssl version 0.9.7 or newer installed (openssl-devel.rpm). Tip: you may skip the zkey build by adding `HAVE_OPENSSL=0` to the make invocation. + A new group 'zkeyadm' needs to be created and all users intending to use the + tool must be added to this group. The owner of the default key repository + '/etc/zkey/repository' must be set to group 'zkeyadm' with write permission + for this group.