Changeset f363569 in mod_gnutls for test/tests/09_verify_no_sni_fails_with_wrong_order/apache.conf
- Timestamp:
- Sep 25, 2020, 5:53:51 PM (2 years ago)
- Branches:
- asyncio, master
- Children:
- b4dc111
- Parents:
- be2ad50
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/tests/09_verify_no_sni_fails_with_wrong_order/apache.conf
rbe2ad50 rf363569 3 3 GnuTLSCache ${DEFAULT_CACHE} 4 4 5 # In this order, clients with no SNI should get the imposter'skey5 # In this order, clients with no SNI should get the cat key 6 6 7 7 <VirtualHost _default_:${TEST_PORT}> 8 ServerName imposter.example8 ServerName meow.test 9 9 GnuTLSEnable On 10 GnuTLSCertificateFile authority/ imposter/x509.pem11 GnuTLSKeyFile authority/ imposter/secret.key10 GnuTLSCertificateFile authority/meow.test/x509.pem 11 GnuTLSKeyFile authority/meow.test/secret.key 12 12 </VirtualHost> 13 13
Note: See TracChangeset
for help on using the changeset viewer.