asyncioproxy-ticket
Last change
on this file since 7cfc02b was
7cfc02b,
checked in by Fiona Klute <fiona.klute@…>, 19 months ago
|
Test suite: Add an OCSP responder for the sub CA
All CAs use the same server as their OCSP responders. The OCSP URI now
includes the CA identity so the server can select the correct CA when
generating the response.
|
-
Property mode set to
100644
|
File size:
468 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 60 |
---|
14 | GnuTLSCertificateFile authority/subca/server/x509-chain.pem |
---|
15 | GnuTLSKeyFile authority/subca/server/secret.key |
---|
16 | GnuTLSPriorities NORMAL |
---|
17 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.