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