Changeset c825c3a in mod_gnutls for test/tests/22_TLS_reverse_proxy_crl_revoke/apache.conf
- Timestamp:
- Jul 3, 2019, 1:52:50 AM (4 years ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- 59afe51
- Parents:
- e5546be
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/tests/22_TLS_reverse_proxy_crl_revoke/apache.conf
re5546be rc825c3a 7 7 ServerName ${TEST_HOST} 8 8 GnuTLSEnable On 9 GnuTLSCertificateFile 10 GnuTLSKeyFile 9 GnuTLSCertificateFile authority/server/x509.pem 10 GnuTLSKeyFile authority/server/secret.key 11 11 GnuTLSPriorities NORMAL 12 12 13 13 GnuTLSProxyEngine On 14 14 GnuTLSProxyCAFile authority/x509.pem 15 GnuTLSProxyCRLFile server/crl.pem15 GnuTLSProxyCRLFile authority/server/crl.pem 16 16 GnuTLSProxyPriorities NORMAL 17 17 ProxyPass /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/
Note: See TracChangeset
for help on using the changeset viewer.