Changeset d2f2f62 in mod_gnutls
- Timestamp:
- Apr 10, 2020, 4:13:59 PM (3 years ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- 204377e
- Parents:
- e2666ba
- git-author:
- Krista Karppinen <krista.celestia@…> (04/10/20 12:46:38)
- git-committer:
- Krista Karppinen <krista.celestia@…> (04/10/20 16:13:59)
- Location:
- test
- Files:
-
- 1 added
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/ocsp_server.conf.in
re2666ba rd2f2f62 20 20 21 21 <VirtualHost _default_:${OCSP_PORT}> 22 ScriptAlias /ocsp "${srcdir}/data/ocsp. cgi"22 ScriptAlias /ocsp "${srcdir}/data/ocsp.py" 23 23 # General rules for all OCSP handling 24 24 <Location /ocsp/> … … 32 32 </Location> 33 33 <Location /ocsp/authority/> 34 # certificates and key for ocsp. cgi34 # certificates and key for ocsp.py 35 35 SetEnv CA_CERT ${PWD}/authority/x509.pem 36 36 SetEnv OCSP_INDEX ${OCSP_INDEX} … … 39 39 </Location> 40 40 <Location /ocsp/authority/subca/> 41 # certificates and key for ocsp. cgi41 # certificates and key for ocsp.py 42 42 SetEnv CA_CERT ${PWD}/authority/subca/x509.pem 43 43 SetEnv OCSP_INDEX ${PWD}/authority/subca/ocsp_index.txt
Note: See TracChangeset
for help on using the changeset viewer.