asyncio
Last change
on this file since e080eef was
e080eef,
checked in by Fiona Klute <fiona.klute@…>, 2 years ago
|
Use default priorities in tests that don't require specific ones
Setting GnuTLSPriorities in all tests is a relic of the time when it
didn't have a default value, and is not needed anymore, except for
tests that specifically test priority configuration.
|
-
Property mode set to
100644
|
File size:
518 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 | </VirtualHost> |
---|
13 | |
---|
14 | <VirtualHost _default_:${TEST_PORT}> |
---|
15 | ServerName ${TEST_HOST} |
---|
16 | GnuTLSEnable On |
---|
17 | GnuTLSCertificateFile authority/server/x509.pem |
---|
18 | GnuTLSKeyFile authority/server/secret.key |
---|
19 | </VirtualHost> |
---|
20 | |
---|
Note: See
TracBrowser
for help on using the repository browser.