source:
mod_gnutls/test/tests/21_TLS_reverse_proxy_wrong_cert/backend.conf
@
e080eef
Last change on this file since e080eef was e080eef, checked in by , 22 months ago | |
---|---|
|
|
File size: 262 bytes |
Rev | Line | |
---|---|---|
[97d7c63] | 1 | Include ${PWD}/proxy_backend.conf |
[ed82a6a] | 2 | |
[a6aa387] | 3 | GnuTLSCache ${BACKEND_CACHE} |
[ed82a6a] | 4 | |
[3e04c0b] | 5 | <VirtualHost _default_:${BACKEND_PORT}> |
[ed82a6a] | 6 | ServerName ${BACKEND_HOST} |
7 | GnuTLSEnable On | |
[59afe51] | 8 | GnuTLSCertificateFile authority/imposter/x509.pem |
9 | GnuTLSKeyFile authority/imposter/secret.key | |
[ed82a6a] | 10 | </VirtualHost> |
Note: See TracBrowser
for help on using the repository browser.