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:
485 bytes
|
Line | |
---|
1 | Include ${srcdir}/base_apache.conf |
---|
2 | Include ${srcdir}/cgi_module.conf |
---|
3 | |
---|
4 | GnuTLSCache ${DEFAULT_CACHE} |
---|
5 | |
---|
6 | <Directory ${srcdir}/data> |
---|
7 | Options +ExecCGI |
---|
8 | </Directory> |
---|
9 | |
---|
10 | <VirtualHost _default_:${TEST_PORT}> |
---|
11 | ServerName ${TEST_HOST} |
---|
12 | GnuTLSEnable On |
---|
13 | GnuTLSCertificateFile server/x509.pem |
---|
14 | GnuTLSKeyFile server/secret.key |
---|
15 | GnuTLSDHFile ${srcdir}/ffdhe3072.pem |
---|
16 | GnuTLSPriorities NORMAL |
---|
17 | GnuTLSClientCAFile authority/x509.pem |
---|
18 | GnuTLSClientVerify request |
---|
19 | GnuTLSExportCertificates 512 |
---|
20 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.