asyncio
Last change
on this file since be2ad50 was
be2ad50,
checked in by Fiona Klute <fiona.klute@…>, 22 months ago
|
Create untrusted, but otherwise good certificate for validation test
The previous "imposter" certificate would've already failed the
hostname check. It's still used in SNI tests, to be replaced with a
better fitting certificate later.
|
-
Property mode set to
100644
|
File size:
258 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 rogueca/imposter/x509.pem |
---|
9 | GnuTLSKeyFile rogueca/imposter/secret.key |
---|
10 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.