Add -ignore_err for openssl ocsp

This commit is contained in:
Victor LABORIE 2018-06-27 19:04:29 +02:00
parent e24f288bfb
commit 0c7ff3501c
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ EOF
-passin env:CA_PASSWORD \
-config "${CONFFILE}"
exec "${OPENSSL}" ocsp -index "${INDEX}" -port "${port}" -rsigner "${OCSPCERT}" -rkey "${OCSPKEY}" -CA "${CACERT}" -text
exec "${OPENSSL}" ocsp -ignore_err -index "${INDEX}" -port "${port}" -rsigner "${OCSPCERT}" -rkey "${OCSPKEY}" -CA "${CACERT}" -text
}
usage() {