Ignore:
Timestamp:
Sep 25, 2020, 4:19:27 PM (3 years ago)
Author:
Fiona Klute <fiona.klute@…>
Branches:
asyncio, main, master
Children:
f363569
Parents:
cbc3477
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/tests/21_TLS_reverse_proxy_wrong_cert/backend.conf

    rcbc3477 rbe2ad50  
    66 ServerName ${BACKEND_HOST}
    77 GnuTLSEnable On
    8  GnuTLSCertificateFile  authority/imposter/x509.pem
    9  GnuTLSKeyFile          authority/imposter/secret.key
     8 GnuTLSCertificateFile  rogueca/imposter/x509.pem
     9 GnuTLSKeyFile          rogueca/imposter/secret.key
    1010</VirtualHost>
Note: See TracChangeset for help on using the changeset viewer.