/[soft]/gpg/config
ViewVC logotype

Contents of /gpg/config

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1503 - (show annotations) (download)
Tue May 24 13:46:47 2011 UTC (12 years, 10 months ago) by boklm
File size: 493 byte(s)
restore gpg scripts
1 if ! rpm -q gnupg > /dev/null || ! rpm -q ssss > /dev/null
2 then
3 echo "gnupg and ssss packages need to be installed" >&2
4 exit 1
5 fi
6
7 GPGHOMEDIR="./homedir"
8 PUBDIR="./public"
9 PRIVDIR="./private"
10 INPUTDIR="./input"
11
12 pubkey="$PUBDIR/mageia-board-pubkey.gpg"
13 seckey="$PRIVDIR/mageia-board-seckey"
14 seckey_e="$PRIVDIR/mageia-board-seckey.gpg"
15 passphrase="$PRIVDIR/passphrase"
16
17 ssplit="/usr/bin/ssss-split"
18 scombine="/usr/bin/ssss-combine"
19 partsdir="$PRIVDIR/parts"
20 nb_threshold=3
21 nb_shares=6
22

  ViewVC Help
Powered by ViewVC 1.1.30