source: mod_gnutls/test/tests/20_TLS_reverse_proxy_client_auth/backend.conf @ 948c181

asynciodebian/masterdebian/stretch-backportsjessie-backportsmainproxy-ticketupstream
Last change on this file since 948c181 was 948c181, checked in by Thomas Klute <thomas2.klute@…>, 7 years ago

Test suite: Fix include path for proxy_backend.conf

The file is generated by ./configure from proxy_backend.conf.in, so it
must be included from the build directory to work with VPATH builds.

  • Property mode set to 100644
File size: 363 bytes
Line 
1Include ${srcdir}/base_apache.conf
2Include proxy_backend.conf
3
4GnuTLSCache dbm cache/gnutls_cache
5
6<VirtualHost _default_:${BACKEND_PORT}>
7 ServerName ${BACKEND_HOST}
8 GnuTLSEnable On
9 GnuTLSCertificateFile server/x509.pem
10 GnuTLSKeyFile server/secret.key
11 GnuTLSPriorities NORMAL
12 GnuTLSClientCAFile authority/x509.pem
13 GnuTLSClientVerify require
14</VirtualHost>
Note: See TracBrowser for help on using the repository browser.