asyncioproxy-ticket
Last change
on this file since 59afe51 was
59afe51,
checked in by Fiona Klute <fiona.klute@…>, 4 years ago
|
Test suite: Move directory for imposter identity into authority directory
|
-
Property mode set to
100644
|
File size:
568 bytes
|
Line | |
---|
1 | Include ${srcdir}/base_apache.conf |
---|
2 | |
---|
3 | GnuTLSCache ${DEFAULT_CACHE} |
---|
4 | |
---|
5 | # In this order, clients with no SNI should get the imposter's key |
---|
6 | |
---|
7 | <VirtualHost _default_:${TEST_PORT}> |
---|
8 | ServerName imposter.example |
---|
9 | GnuTLSEnable On |
---|
10 | GnuTLSCertificateFile authority/imposter/x509.pem |
---|
11 | GnuTLSKeyFile authority/imposter/secret.key |
---|
12 | GnuTLSPriorities NORMAL |
---|
13 | </VirtualHost> |
---|
14 | |
---|
15 | <VirtualHost _default_:${TEST_PORT}> |
---|
16 | ServerName ${TEST_HOST} |
---|
17 | GnuTLSEnable On |
---|
18 | GnuTLSCertificateFile authority/server/x509.pem |
---|
19 | GnuTLSKeyFile authority/server/secret.key |
---|
20 | GnuTLSPriorities NORMAL |
---|
21 | </VirtualHost> |
---|
22 | |
---|
Note: See
TracBrowser
for help on using the repository browser.