From e543e5cbc5dc9cfc4091e7a3a126ce08c46847e8 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 2 Jul 2017 23:01:59 +0100 Subject: [PATCH] bin/sign: Don't explicitly request a particular certificate version. --- bin/sign | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0