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:
456 bytes
|
Rev | Line | |
---|
[c4d6e77] | 1 | Include ${srcdir}/base_apache.conf |
---|
[a6aa387] | 2 | GnuTLSCache ${DEFAULT_CACHE} |
---|
[994200a] | 3 | |
---|
| 4 | # Leave GnuTLSOCSPCache unconfigured so the default shmcb cache is |
---|
| 5 | # used |
---|
| 6 | #GnuTLSOCSPCache shmcb |
---|
[c4d6e77] | 7 | |
---|
| 8 | <VirtualHost _default_:${TEST_PORT}> |
---|
| 9 | ServerName ${TEST_HOST} |
---|
| 10 | GnuTLSEnable On |
---|
[cb6476c] | 11 | # Enabled by default |
---|
| 12 | #GnuTLSOCSPStapling On |
---|
[e1c094c] | 13 | GnuTLSOCSPCacheTimeout 60 |
---|
[c825c3a] | 14 | GnuTLSCertificateFile authority/server/x509-chain.pem |
---|
| 15 | GnuTLSKeyFile authority/server/secret.key |
---|
[c4d6e77] | 16 | GnuTLSPriorities NORMAL |
---|
| 17 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.