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