asynciodebian/masterdebian/stretch-backportsjessie-backportsproxy-ticketupstream
Last change
on this file since 3f00958 was
3f00958,
checked in by Thomas Klute <thomas2.klute@…>, 7 years ago
|
New test case: PKCS #11 URLs for server key and certificate
The new test case checks if the server can access its key and
certificate using PKCS #11 URLs. SoftHSM (v1 only for now) is used to
provide the PKCS #11 token. If SoftHSM is not available, the test case
is skipped.
|
-
Property mode set to
100644
|
File size:
336 bytes
|
Line | |
---|
1 | Include ${PWD}/../../base_apache.conf |
---|
2 | |
---|
3 | GnuTLSCache dbm cache/gnutls_cache |
---|
4 | |
---|
5 | GnuTLSP11Module /usr/lib/softhsm/libsofthsm.so |
---|
6 | |
---|
7 | <VirtualHost ${TEST_IP}:${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.