Changeset e080eef in mod_gnutls for test/tests/22_TLS_reverse_proxy_crl_revoke/apache.conf
- Timestamp:
- Aug 13, 2020, 2:17:52 AM (2 years ago)
- Branches:
- asyncio, master
- Children:
- 43a601f
- Parents:
- facbb08
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/tests/22_TLS_reverse_proxy_crl_revoke/apache.conf
rfacbb08 re080eef 9 9 GnuTLSCertificateFile authority/server/x509.pem 10 10 GnuTLSKeyFile authority/server/secret.key 11 GnuTLSPriorities NORMAL12 11 13 12 GnuTLSProxyEngine On 14 13 GnuTLSProxyCAFile authority/x509.pem 15 14 GnuTLSProxyCRLFile authority/server/crl.pem 16 GnuTLSProxyPriorities NORMAL17 15 ProxyPass /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/ 18 16 ProxyPassReverse /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/
Note: See TracChangeset
for help on using the changeset viewer.