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:
4d5864d
)
bin/sign: Don't explicitly request a particular certificate version.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 2 Jul 2017 22:01:59 +0000
(23:01 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 2 Jul 2017 22:02:42 +0000
(23:02 +0100)
bin/sign
patch
|
blob
|
blame
|
history
diff --git
a/bin/sign
b/bin/sign
index c1f7c6220a018d1d170bafef3679f890cb8e05ba..32592be827b1d99c686bf0bf76c123695a9dd6dd 100755
(executable)
--- a/
bin/sign
+++ b/
bin/sign
@@
-67,7
+67,7
@@
while read line <&3; do
for kt in $rawkeytypes; do
if [ ! -f host/$host-$kt.pub ]; then continue; fi
cp host/$host-$kt.pub publish.new/
for kt in $rawkeytypes; do
if [ ! -f host/$host-$kt.pub ]; then continue; fi
cp host/$host-$kt.pub publish.new/
- ssh-keygen -q -
tv00 -
sca/ca-$kt \
+ ssh-keygen -q -sca/ca-$kt \
-h -I"$cacomment:$host.$domain" -n$names \
-V$validity \
publish.new/$host-$kt.pub
-h -I"$cacomment:$host.$domain" -n$names \
-V$validity \
publish.new/$host-$kt.pub