diff --git a/tests/hwsim/start.sh b/tests/hwsim/start.sh index e7fb14889..fe4621273 100755 --- a/tests/hwsim/start.sh +++ b/tests/hwsim/start.sh @@ -165,7 +165,7 @@ for i in unknown revoked; do done openssl ocsp -reqout $LOGDIR/ocsp-req.der -issuer $DIR/auth_serv/ca.pem \ - -serial 0xD8D3E3A6CBE3CD12 -no_nonce -sha256 >> $LOGDIR/ocsp.log 2>&1 + -sha256 -serial 0xD8D3E3A6CBE3CD12 -no_nonce >> $LOGDIR/ocsp.log 2>&1 for i in "" "-unknown" "-revoked"; do openssl ocsp -index $DIR/auth_serv/index$i.txt \ -rsigner $DIR/auth_serv/ca.pem \