asyncioproxy-ticket
Last change
on this file since e5546be was
e5546be,
checked in by Fiona Klute <fiona.klute@…>, 4 years ago
|
Test suite: Move directory for client identity into authority directory
Eventually I want all identity directories be subdirectories of their
CAs, so we can build longer certificate chains from a directory
hierarchy. The client/ directory just happens to be the first to move.
Thanks to Krista Karppinen for discussing glob patterns with me!
|
-
Property mode set to
100644
|
File size:
615 bytes
|
Line | |
---|
1 | Include ${srcdir}/base_apache.conf |
---|
2 | Include ${srcdir}/proxy_mods.conf |
---|
3 | |
---|
4 | GnuTLSCache ${DEFAULT_CACHE} |
---|
5 | |
---|
6 | <VirtualHost _default_:${TEST_PORT}> |
---|
7 | ServerName ${TEST_HOST} |
---|
8 | GnuTLSEnable On |
---|
9 | GnuTLSCertificateFile server/x509.pem |
---|
10 | GnuTLSKeyFile server/secret.key |
---|
11 | GnuTLSPriorities NORMAL |
---|
12 | |
---|
13 | GnuTLSProxyEngine On |
---|
14 | GnuTLSProxyKeyFile authority/client/secret.key |
---|
15 | GnuTLSProxyCertificateFile authority/client/x509.pem |
---|
16 | GnuTLSProxyCAFile authority/x509.pem |
---|
17 | GnuTLSProxyPriorities NORMAL |
---|
18 | ProxyPass /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/ |
---|
19 | ProxyPassReverse /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/ |
---|
20 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.