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

asynciodebian/mastermainproxy-ticket
Last change on this file since a6aa387 was a6aa387, checked in by Fiona Klute <fiona.klute@…>, 5 years ago

Test suite: Update cache configuration, ensure unique cache paths

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