X-Git-Url: https://git.distorted.org.uk/~mdw/ssh-ca/blobdiff_plain/4d5864d3ba2ee158d7c0322ed7d90f05ec7dfb2f..e543e5cbc5dc9cfc4091e7a3a126ce08c46847e8:/bin/sign 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