asynciodebian/masterdebian/stretch-backportsproxy-ticketupstream
Last change
on this file since 4cc1edc was
4cc1edc,
checked in by Thomas Klute <thomas2.klute@…>, 5 years ago
|
Remove pointless <If> from test server config
Apparently <If> is evaluated at request time, so the variable always
ends up as defined anyway.
|
-
Property mode set to
100644
|
File size:
383 bytes
|
Line | |
---|
1 | Define OCSP_PORT ${OCSP_PORT} |
---|
2 | |
---|
3 | Include ${srcdir}/base_apache.conf |
---|
4 | Include ${srcdir}/ocsp_server.conf |
---|
5 | GnuTLSCache dbm cache/gnutls_cache |
---|
6 | |
---|
7 | <VirtualHost _default_:${TEST_PORT}> |
---|
8 | ServerName ${TEST_HOST} |
---|
9 | GnuTLSEnable On |
---|
10 | GnuTLSCertificateFile server/x509-chain.pem |
---|
11 | GnuTLSKeyFile server/secret.key |
---|
12 | GnuTLSPriorities NORMAL |
---|
13 | GnuTLSOCSPResponseFile ${OCSP_RESPONSE_FILE} |
---|
14 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.