source:
mod_gnutls/test/tests/20_TLS_reverse_proxy_client_auth/backend.conf
@
43a601f
Last change on this file since 43a601f was e080eef, checked in by , 8 months ago | |
---|---|
|
|
File size: 325 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 | |
[c825c3a] | 8 | GnuTLSCertificateFile authority/server/x509.pem |
9 | GnuTLSKeyFile authority/server/secret.key | |
[ed82a6a] | 10 | GnuTLSClientCAFile authority/x509.pem |
11 | GnuTLSClientVerify require | |
12 | </VirtualHost> |
Note: See TracBrowser
for help on using the repository browser.