/[soft]/gpg/import-priv-key
ViewVC logotype

Contents of /gpg/import-priv-key

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1503 - (show annotations) (download)
Tue May 24 13:46:47 2011 UTC (13 years, 7 months ago) by boklm
File size: 262 byte(s)
restore gpg scripts
1 #!/bin/sh
2
3 . ./config
4
5 ./unsplit-passphrase
6
7 mkdir -p "$GPGHOMEDIR"
8 chmod 700 "$GPGHOMEDIR"
9
10 gpg --decrypt --no-use-agent --passphrase-file "$passphrase" "$seckey_e" > "$seckey"
11 rm -f "$passphrase"
12 gpg --homedir "$GPGHOMEDIR" --import "$seckey"
13 rm -f "$seckey"
14

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.30