Changeset 321912b in mod_gnutls for test/test-27_OCSP_server.bash
- Timestamp:
- Oct 16, 2017, 1:53:37 AM (5 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, master, proxy-ticket, upstream
- Children:
- 265159d
- Parents:
- ee94de5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/test-27_OCSP_server.bash
ree94de5 r321912b 5 5 [ -n "${OCSP_PORT}" ] || exit 77 6 6 7 : ${srcdir:="."}8 . ${srcdir}/common.bash9 netns_reexec ${@}10 11 . $(dirname ${0})/apache_service.bash12 13 testdir="${srcdir}/tests/27_OCSP_server"14 TEST_NAME="$(basename ${testdir})"15 16 apache_service "${testdir}" "ocsp.conf" start "${OCSP_LOCK}"17 18 # trigger OCSP server test in the runtests script19 export CHECK_OCSP_SERVER="true"20 echo "OCSP index for the test CA:"21 cat authority/ocsp_index.txt22 23 7 ${srcdir}/runtests t-27 24 8 ret=${?} 25 26 apache_service "${testdir}" "ocsp.conf" stop27 9 28 10 echo "Checking if client actually got a stapled response."
Note: See TracChangeset
for help on using the changeset viewer.