chiark
/
gitweb
/
~mdw
/
ssh-ca
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
6855ea4
)
bin/sign: Read fingerprint from master rather than publish directory.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 29 Jan 2013 18:39:36 +0000
(18:39 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 29 Jan 2013 18:39:36 +0000
(18:39 +0000)
It's the authoritative source.
bin/sign
patch
|
blob
|
blame
|
history
diff --git
a/bin/sign
b/bin/sign
index 29add64e67db95b926ff0bf70bf89c4cb4d440ac..dd60a9bbfc08388be9386ff3250696731115d28e 100755
(executable)
--- a/
bin/sign
+++ b/
bin/sign
@@
-64,7
+64,7
@@
while read line <&3; do
publish.new/$host-$kt.pub
mv publish.new/$host-$kt-cert.pub \
publish.new/$host-$kt.cert
publish.new/$host-$kt.pub
mv publish.new/$host-$kt-cert.pub \
publish.new/$host-$kt.cert
- ssh-keygen -lv -f
publish.new
/$host-$kt.pub | sed 's,^,| ,' >&4
+ ssh-keygen -lv -f
host
/$host-$kt.pub | sed 's,^,| ,' >&4
done
done
exec 3>&- 4>&-
done
done
exec 3>&- 4>&-