bin/sign: Don't explicitly request a particular certificate version.
[ssh-ca] / bin / sign
index c1f7c62..32592be 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/
-    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