Changeset 8b472af in mod_gnutls for test/tests/22_TLS_reverse_proxy_crl_revoke
- Timestamp:
- Apr 7, 2015, 5:13:59 AM (6 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, proxy-ticket, upstream
- Children:
- f030883
- Parents:
- 49d25a9
- git-author:
- Thomas Klute <thomas2.klute@…> (04/07/15 03:52:09)
- git-committer:
- Thomas Klute <thomas2.klute@…> (04/07/15 05:13:59)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/tests/22_TLS_reverse_proxy_crl_revoke/apache.conf
r49d25a9 r8b472af 14 14 15 15 SSLProxyEngine On 16 GnuTLSProxyCAFile ${PWD}/../../authority/x509.pem17 GnuTLSProxyCRLFile 16 GnuTLSProxyCAFile authority/x509.pem 17 GnuTLSProxyCRLFile ${PWD}/crl.pem 18 18 ProxyPass /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/ 19 19 ProxyPassReverse /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/
Note: See TracChangeset
for help on using the changeset viewer.