From d4b8abcdde7cf1742c1c9c5c4ab853c2ebf10622 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Mon, 18 Apr 2011 14:35:45 +0000 Subject: use ssss from mageia package --- README | 3 +-- config | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README b/README index 0152252..47cf7df 100644 --- a/README +++ b/README @@ -1,8 +1,7 @@ This directory contains some scripts used to generate and use GPG keys for Mageia. -To use them, gpg needs to be installed, and ssss-combine ssss-split -binaries should be in ./bin directory (or path updated in config file). +To use them, gpg and sss packages needs to be installed. - generate-key : generate a new GPG key, copy the public key in ./public directory. The private key is encrypted and copied in file diff --git a/config b/config index 1619bd0..bb0dbd5 100644 --- a/config +++ b/config @@ -8,8 +8,8 @@ seckey="$PRIVDIR/mageia-board-seckey" seckey_e="$PRIVDIR/mageia-board-seckey.gpg" passphrase="$PRIVDIR/passphrase" -ssplit="./bin/ssss-split" -scombine="./bin/ssss-combine" +ssplit="/usr/bin/ssss-split" +scombine="/usr/bin/ssss-combine" partsdir="$PRIVDIR/parts" nb_threshold=3 nb_shares=6 -- cgit v1.2.1