diff options
-rw-r--r-- | README | 3 | ||||
-rw-r--r-- | config | 4 |
2 files changed, 3 insertions, 4 deletions
@@ -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 @@ -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 |