asynciomain
Last change
on this file since 21cd807 was
33fa7d5,
checked in by Fiona Klute <fiona.klute@…>, 3 years ago
|
Ensure stapling is active for server certificates with "must-staple"
RFC 7633, 4.3.2:
A server SHOULD verify that its configuration is compatible with the
TLS feature extension expressed in a certificate it presents.
|
-
Property mode set to
100644
|
File size:
259 bytes
|
Line | |
---|
1 | Include ${srcdir}/base_apache.conf |
---|
2 | |
---|
3 | GnuTLSCache ${DEFAULT_CACHE} |
---|
4 | |
---|
5 | <VirtualHost _default_:${TEST_PORT}> |
---|
6 | ServerName ${TEST_HOST} |
---|
7 | GnuTLSEnable On |
---|
8 | GnuTLSCertificateFile authority/server/x509-chain.pem |
---|
9 | GnuTLSKeyFile authority/server/secret.key |
---|
10 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.