main
mod_gnutls/0.12.0
Last change
on this file since b6ce8ad was
e080eef,
checked in by Fiona Klute <fiona.klute@…>, 3 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:
498 bytes
|
Line | |
---|
1 | Include ${srcdir}/base_apache.conf |
---|
2 | GnuTLSCache ${DEFAULT_CACHE} |
---|
3 | |
---|
4 | # Leave GnuTLSOCSPCache unconfigured so the default shmcb cache is |
---|
5 | # used |
---|
6 | #GnuTLSOCSPCache shmcb |
---|
7 | |
---|
8 | <VirtualHost _default_:${TEST_PORT}> |
---|
9 | ServerName ${TEST_HOST} |
---|
10 | GnuTLSEnable On |
---|
11 | # Enabled by default |
---|
12 | #GnuTLSOCSPStapling On |
---|
13 | GnuTLSOCSPCacheTimeout 120 |
---|
14 | GnuTLSOCSPFailureTimeout 20 |
---|
15 | GnuTLSCertificateFile authority/subca/server/x509-chain.pem |
---|
16 | GnuTLSKeyFile authority/subca/server/secret.key |
---|
17 | GnuTLSOCSPCheckNonce On |
---|
18 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.