aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-04-18 14:35:45 +0000
committerNicolas Vigier <boklm@mageia.org>2011-04-18 14:35:45 +0000
commitd4b8abcdde7cf1742c1c9c5c4ab853c2ebf10622 (patch)
treed3200191fbf527c791817f2d339878b7a1eaf577
parent646a3c51fcc23ebf060026ddeb781f8e8f967cd8 (diff)
downloadgpg-d4b8abcdde7cf1742c1c9c5c4ab853c2ebf10622.tar
gpg-d4b8abcdde7cf1742c1c9c5c4ab853c2ebf10622.tar.gz
gpg-d4b8abcdde7cf1742c1c9c5c4ab853c2ebf10622.tar.bz2
gpg-d4b8abcdde7cf1742c1c9c5c4ab853c2ebf10622.tar.xz
gpg-d4b8abcdde7cf1742c1c9c5c4ab853c2ebf10622.zip
use ssss from mageia package
-rw-r--r--README3
-rw-r--r--config4
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