- Timestamp:
- Jan 12, 2020, 4:34:33 PM (12 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- 9bc842e
- Parents:
- 5c9ca6b
- Location:
- test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/authority/subca/server/template.in
r5c9ca6b r33fa7d5 5 5 encryption_key 6 6 dns_name="__HOSTNAME__" 7 # must-staple 8 tls_feature = 5 7 9 __OCSP_URI__ 8 10 __IP_ADDRESSES__ -
test/tests/00_basic/apache.conf
r5c9ca6b r33fa7d5 6 6 ServerName ${TEST_HOST} 7 7 GnuTLSEnable On 8 GnuTLSCertificateFile authority/s ubca/server/x509-chain.pem9 GnuTLSKeyFile authority/s ubca/server/secret.key8 GnuTLSCertificateFile authority/server/x509-chain.pem 9 GnuTLSKeyFile authority/server/secret.key 10 10 </VirtualHost>
Note: See TracChangeset
for help on using the changeset viewer.