move time backward

This commit is contained in:
Love Hornquist Astrand
2011-05-07 17:22:24 -07:00
parent 114dff9ebd
commit 86f200c2f7

View File

@@ -102,7 +102,7 @@ while read result cert other ; do
args="$args crl:FILE:$a"
done
cmd="${hxtool} verify $args"
cmd="${hxtool} verify --time=2008-05-20 $args"
eval ${cmd} > /dev/null
res=$?