- Timestamp:
- Mar 14, 2016, 4:05:13 PM (5 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, master, proxy-ticket, upstream
- Children:
- a0161fe
- Parents:
- c0c4106
- Location:
- test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/Makefile.am
rc0c4106 r21181b2 188 188 # port for MSVA in test cases that use it 189 189 MSVA_PORT ?= 9933 190 # port for OCSP server (Apache vhost if enabled) 191 if ENABLE_OCSP_TEST 192 OCSP_PORT ?= 9936 193 endif 190 194 # maximum time to wait for MSVA startup (milliseconds) 191 195 TEST_MSVA_MAX_WAIT ?= 10000 … … 213 217 endif 214 218 219 if ENABLE_OCSP_TEST 220 AM_TESTS_ENVIRONMENT += export OPENSSL="@OPENSSL@"; \ 221 export OCSP_PORT="$(OCSP_PORT)"; 222 endif 223 215 224 if ENABLE_NETNS 216 225 AM_TESTS_ENVIRONMENT += export UNSHARE="@UNSHARE@"; \ -
test/ocsp_server.conf
rc0c4106 r21181b2 20 20 SetEnv OCSP_CERT ${PWD}/ocsp-responder/x509.pem 21 21 SetEnv OCSP_KEY ${PWD}/ocsp-responder/secret.key 22 <If "-n osenv('OPENSSL')"> 23 # Pass OPENSSL variable to CGI script if set 24 SetEnv OPENSSL ${OPENSSL} 25 </If> 22 26 </Location> 23 27 <Directory ${srcdir}/data>
Note: See TracChangeset
for help on using the changeset viewer.