From 12ee14a5d8f6793595a2d2a28feac41090810b51 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 29 Jan 2013 18:39:36 +0000 Subject: [PATCH] bin/sign: Read fingerprint from master rather than publish directory. It's the authoritative source. --- bin/sign | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>&- -- 2.11.0