asynciodebian/masterdebian/stretch-backportsjessie-backportsproxy-ticketupstream
Last change
on this file since 74212ee was
74212ee,
checked in by Daniel Kahn Gillmor <dkg@…>, 9 years ago
|
update test since SSL_CLIENT_CERT is not exported to the environment by default
|
-
Property mode set to
100644
|
File size:
510 bytes
|
Rev | Line | |
---|
[6ef3afc] | 1 | Include ${PWD}/../../base_apache.conf |
---|
| 2 | |
---|
| 3 | LoadModule cgi_module /usr/lib/apache2/modules/mod_cgi.so |
---|
| 4 | LoadModule mime_module /usr/lib/apache2/modules/mod_mime.so |
---|
| 5 | |
---|
| 6 | AddHandler cgi-script .cgi |
---|
| 7 | |
---|
| 8 | GnuTLSCache dbm cache/gnutls_cache |
---|
| 9 | |
---|
| 10 | <VirtualHost ${TEST_IP}:${TEST_PORT}> |
---|
| 11 | ServerName ${TEST_HOST} |
---|
| 12 | GnuTLSEnable On |
---|
| 13 | GnuTLSCertificateFile server/x509.pem |
---|
| 14 | GnuTLSKeyFile server/secret.key |
---|
| 15 | GnuTLSPriorities NORMAL |
---|
| 16 | GnuTLSClientCAFile authority/x509.pem |
---|
| 17 | GnuTLSClientVerify request |
---|
[74212ee] | 18 | GnuTLSExportCertificates On |
---|
[6ef3afc] | 19 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.