Add -ignore_err for openssl ocsp
This commit is contained in:
parent
e24f288bfb
commit
0c7ff3501c
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue