From: Mark Wooding Date: Tue, 29 Jan 2013 18:39:36 +0000 (+0000) Subject: bin/sign: Read fingerprint from master rather than publish directory. X-Git-Url: https://git.distorted.org.uk/~mdw/ssh-ca/commitdiff_plain/12ee14a5d8f6793595a2d2a28feac41090810b51?hp=6855ea43e3335a8f2020be5407f3d510a5194ebd bin/sign: Read fingerprint from master rather than publish directory. It's the authoritative source. --- diff --git a/bin/sign b/bin/sign index 29add64..dd60a9b 100755 --- 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 - ssh-keygen -lv -fpublish.new/$host-$kt.pub | sed 's,^,| ,' >&4 + ssh-keygen -lv -fhost/$host-$kt.pub | sed 's,^,| ,' >&4 done done exec 3>&- 4>&-