asyncio
mod_gnutls/0.11.0
Last change
on this file since 86cd5f6 was
1c2b936,
checked in by Fiona Klute <fiona.klute@…>, 14 months ago
|
Test suite: Use the new Python-based test client
|
-
Property mode set to
100644
|
File size:
291 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:-VERS-TLS1.2 |
---|
11 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.