source: mod_gnutls/test/tests/36_OCSP_server_nonce/apache.conf @ b6ce8ad

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 
1Include ${srcdir}/base_apache.conf
2GnuTLSCache ${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.