Changeset f064d74 in mod_gnutls
- Timestamp:
- Nov 24, 2019, 2:08:13 PM (3 years ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- dcec209
- Parents:
- 829490c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/mod_gnutls_manual.mdwn
r829490c rf064d74 45 45 46 46 LoadModule gnutls_module modules/mod_gnutls.so 47 48 Module Dependencies 49 ------------------- 50 51 `mod_gnutls` uses the Apache HTTPD [Shared Object 52 Cache](http://httpd.apache.org/docs/current/en/socache.html) to cache 53 [OCSP responses for OCSP stapling](#gnutlsocspcache) and [TLS 54 sessions](#gnutlscache). To use either cache you need to load a 55 suitable `mod_socache_PROVIDER` module, which should be provided by 56 your Apache installation. 57 58 It is recommended to load at least `mod_socache_shmcb`. If that module 59 is loaded `mod_gnutls` will [enable OCSP stapling by 60 default](#gnutlsocspstapling), without needing any further 61 configuration other than a [certificate chain](#gnutlscertificatefile) 62 with OCSP support. 47 63 48 64 Note on HTTP/2 … … 325 341 certificate, and optionally those of the issuing Certificate 326 342 Authorities (CAs). If the file contains multiple certificates they 327 should be ordered from EE to the CA closest to the root CA (or the 328 rootCA itself).343 must be ordered from EE to the CA closest to the root CA (or the root 344 CA itself). 329 345 330 346 Including at least the immediately issuing CA is highly recommended
Note: See TracChangeset
for help on using the changeset viewer.