From: Mark Wooding Date: Sun, 2 Jul 2017 22:01:59 +0000 (+0100) Subject: bin/sign: Don't explicitly request a particular certificate version. X-Git-Url: https://git.distorted.org.uk/~mdw/ssh-ca/commitdiff_plain/e543e5cbc5dc9cfc4091e7a3a126ce08c46847e8 bin/sign: Don't explicitly request a particular certificate version. --- diff --git a/bin/sign b/bin/sign index c1f7c62..32592be 100755 --- 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/ - 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