asyncio
Last change
on this file since facbb08 was
c825c3a,
checked in by Fiona Klute <fiona.klute@…>, 20 months ago
|
Test suite: Move directory for server identity into authority directory
|
-
Property mode set to
100644
|
File size:
350 bytes
|
Line | |
---|
1 | Include ${PWD}/proxy_backend.conf |
---|
2 | |
---|
3 | GnuTLSCache ${BACKEND_CACHE} |
---|
4 | |
---|
5 | <VirtualHost _default_:${BACKEND_PORT}> |
---|
6 | ServerName ${BACKEND_HOST} |
---|
7 | GnuTLSEnable On |
---|
8 | GnuTLSCertificateFile authority/server/x509.pem |
---|
9 | GnuTLSKeyFile authority/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.