Use exec for lauch openssl ocsp

This commit is contained in:
Victor LABORIE 2018-06-27 15:29:30 +02:00
parent cf2a667cc3
commit e24f288bfb
1 changed files with 1 additions and 1 deletions

View File

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