source: mod_gnutls/t/tests/00_basic/apache.conf @ 480aba1

asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
Last change on this file since 480aba1 was 4b53371, checked in by Daniel Kahn Gillmor <dkg@…>, 10 years ago

initial testing framework, with one simple test.

  • Property mode set to 100644
File size: 267 bytes
Line 
1Include ${PWD}/../../base_apache.conf
2
3GnuTLSCache 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</VirtualHost>
Note: See TracBrowser for help on using the repository browser.