main
Last change
on this file was
e080eef,
checked in by Fiona Klute <fiona.klute@…>, 3 years ago
|
Use default priorities in tests that don't require specific ones
Setting GnuTLSPriorities in all tests is a relic of the time when it
didn't have a default value, and is not needed anymore, except for
tests that specifically test priority configuration.
|
-
Property mode set to
100644
|
File size:
285 bytes
|
Line | |
---|
1 | Include ${srcdir}/base_apache.conf |
---|
2 | |
---|
3 | GnuTLSCache ${DEFAULT_CACHE} |
---|
4 | |
---|
5 | GnuTLSP11Module ${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 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.