chiark / gitweb /
bin/sign: Don't explicitly request a particular certificate version.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 2 Jul 2017 22:01:59 +0000 (23:01 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 2 Jul 2017 22:02:42 +0000 (23:02 +0100)
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/
-    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