From 1df87dec6a34b039b48067be9cbdc202587cb3f5 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 12 Mar 2012 17:24:29 +0000 Subject: [PATCH] bin/sign: Stupid typo fix: include leading `@' in CA entry file. --- bin/sign | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sign b/bin/sign index 5d1380f..17d7d22 100755 --- a/bin/sign +++ b/bin/sign @@ -16,7 +16,7 @@ mkdir publish.new for kt in $rawkeytypes; do cp ca/ca-$kt.pub publish.new/ read pub publish.new/ca-$kt.entry + echo "@cert-authority $scope $pub" >publish.new/ca-$kt.entry done ## Sign the various host keys. -- 2.11.0