X-Git-Url: https://git.distorted.org.uk/~mdw/ssh-ca/blobdiff_plain/1535a6d2e28e313da46c8a9dfcf628f0fefd4288..8bcf3925f41373c95e6aa5470992fbf7058e8e21:/bin/sign diff --git a/bin/sign b/bin/sign index 833c2a1..1d5f306 100755 --- a/bin/sign +++ b/bin/sign @@ -53,7 +53,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 -sca/ca-$kt \ + ssh-keygen -q -tv00 -sca/ca-$kt \ -h -I"$cacomment:$host.$domain" -n$names \ -V$validity \ publish.new/$host-$kt.pub