Changeset e376ed8 in mod_gnutls for test/tests
- Timestamp:
- Nov 29, 2019, 4:30:08 PM (17 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- 618ee14
- Parents:
- d4c9331 (diff), 556783e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- test/tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/tests/00_basic/apache.conf
rd4c9331 re376ed8 6 6 ServerName ${TEST_HOST} 7 7 GnuTLSEnable On 8 GnuTLSCertificateFile authority/s erver/x509.pem9 GnuTLSKeyFile authority/s erver/secret.key8 GnuTLSCertificateFile authority/subca/server/x509-chain.pem 9 GnuTLSKeyFile authority/subca/server/secret.key 10 10 </VirtualHost> -
test/tests/27_OCSP_server/apache.conf
rd4c9331 re376ed8 12 12 #GnuTLSOCSPStapling On 13 13 GnuTLSOCSPCacheTimeout 60 14 GnuTLSCertificateFile authority/s erver/x509-chain.pem15 GnuTLSKeyFile authority/s erver/secret.key14 GnuTLSCertificateFile authority/subca/server/x509-chain.pem 15 GnuTLSKeyFile authority/subca/server/secret.key 16 16 GnuTLSPriorities NORMAL 17 17 </VirtualHost>
Note: See TracChangeset
for help on using the changeset viewer.