chiark
/
gitweb
/
~mdw
/
ssh-ca
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
bin/sign: Read fingerprint from master rather than publish directory.
[ssh-ca]
/
lib
/
func.sh
1
### -*-sh-*-
2
3
## Read user configuration.
4
. etc/config.sh
5
6
## GnuPG runes.
7
run_gpg () {
8
gpg --no-permission-warning \
9
--homedir=gnupg --options=etc/gpg.conf \
10
"$@"
11
}