/[soft]/gpg/config
ViewVC logotype

Annotation of /gpg/config

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1503 - (hide annotations) (download)
Tue May 24 13:46:47 2011 UTC (13 years, 8 months ago) by boklm
File size: 493 byte(s)
restore gpg scripts
1 boklm 927 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 boklm 392 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 boklm 926 ssplit="/usr/bin/ssss-split"
18     scombine="/usr/bin/ssss-combine"
19 boklm 392 partsdir="$PRIVDIR/parts"
20     nb_threshold=3
21     nb_shares=6
22    

  ViewVC Help
Powered by ViewVC 1.1.30