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:
3a890d9
)
bin/sign: Stupid typo fix: include leading `@' in CA entry file.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 12 Mar 2012 17:24:29 +0000
(17:24 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 12 Mar 2012 17:24:29 +0000
(17:24 +0000)
bin/sign
patch
|
blob
|
blame
|
history
diff --git
a/bin/sign
b/bin/sign
index 5d1380ff9b251c3cf7db4609dbabce368eeb4492..17d7d22da62269276a3f854984b1a6bb497100a5 100755
(executable)
--- 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 <ca/ca-$kt.pub
- echo "
$
@cert-authority $scope $pub" >publish.new/ca-$kt.entry
+ echo "@cert-authority $scope $pub" >publish.new/ca-$kt.entry
done
## Sign the various host keys.