asynciodebian/mastermainproxy-ticket
Last change
on this file since d036f96 was
d036f96,
checked in by Fiona Klute <fiona.klute@…>, 5 years ago
|
Add configuration directive GnuTLSOCSPCache (no-op for now)
First step to a separate cache for OCSP data.
|
-
Property mode set to
100644
|
File size:
337 bytes
|
Line | |
---|
1 | Include ${srcdir}/base_apache.conf |
---|
2 | GnuTLSCache ${DEFAULT_CACHE} |
---|
3 | GnuTLSOCSPCache shmcb |
---|
4 | |
---|
5 | <VirtualHost _default_:${TEST_PORT}> |
---|
6 | ServerName ${TEST_HOST} |
---|
7 | GnuTLSEnable On |
---|
8 | GnuTLSOCSPStapling On |
---|
9 | GnuTLSOCSPCacheTimeout 60 |
---|
10 | GnuTLSCertificateFile server/x509-chain.pem |
---|
11 | GnuTLSKeyFile server/secret.key |
---|
12 | GnuTLSPriorities NORMAL |
---|
13 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.