asynciodebian/masterdebian/stretch-backportsjessie-backportsproxy-ticketupstream
Last change
on this file since 8232c8b was
adb7135,
checked in by Daniel Kahn Gillmor <dkg@…>, 8 years ago
|
add basic test to check for client-cert verification.
|
-
Property mode set to
100644
|
File size:
334 bytes
|
Line | |
---|
1 | Include ${PWD}/../../base_apache.conf |
---|
2 | |
---|
3 | GnuTLSCache dbm cache/gnutls_cache |
---|
4 | |
---|
5 | <VirtualHost ${TEST_IP}:${TEST_PORT}> |
---|
6 | ServerName ${TEST_HOST} |
---|
7 | GnuTLSEnable On |
---|
8 | GnuTLSCertificateFile server/x509.pem |
---|
9 | GnuTLSKeyFile server/secret.key |
---|
10 | GnuTLSPriorities NORMAL |
---|
11 | GnuTLSClientCAFile authority/x509.pem |
---|
12 | GnuTLSClientVerify require |
---|
13 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.