source: mod_gnutls/test/tests/24_pkcs11_cert/apache.conf @ 5eb4544

asynciodebian/masterdebian/stretch-backportsjessie-backportsmainproxy-ticketupstream
Last change on this file since 5eb4544 was 5eb4544, checked in by Thomas Klute <thomas2.klute@…>, 7 years ago

Test suite: Search SoftHSM during ./configure, detect module for v1 or v2

Preparations for SoftHSM 2 support. The PKCS #11 module name and
location will be different, so GnuTLSP11Module must be set from the
environment instead of using a fixed value.

  • Property mode set to 100644
File size: 316 bytes
Line 
1Include ${srcdir}/base_apache.conf
2
3GnuTLSCache dbm cache/gnutls_cache
4
5GnuTLSP11Module ${SOFTHSM_LIB}
6
7<VirtualHost _default_:${TEST_PORT}>
8 ServerName ${TEST_HOST}
9 GnuTLSEnable On
10 GnuTLSCertificateFile  ${P11_CERT_URL}
11 GnuTLSKeyFile          ${P11_KEY_URL}
12 GnuTLSPIN              ${P11_PIN}
13 GnuTLSPriorities NORMAL
14</VirtualHost>
Note: See TracBrowser for help on using the repository browser.