- Timestamp:
- Jan 13, 2020, 6:55:56 AM (3 years ago)
- Branches:
- asyncio, main, master, proxy-ticket
- Children:
- 546bf35
- Parents:
- 33fa7d5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/mod_gnutls_manual.md
r33fa7d5 r9bc842e 631 631 ### GnuTLSOCSPResponseFile 632 632 633 Read the OCSP response for stapling from this file instead of sending634 a request over HTTP.635 636 GnuTLSOCSPResponseFile /path/to/response.der 633 Read OCSP responses for stapling from these files (one or more) 634 instead of sending a request over HTTP. 635 636 GnuTLSOCSPResponseFile /path/to/response.der [...] 637 637 638 638 Default: *empty*\ 639 639 Context: server config, virtual host 640 640 641 The response file must be updated externally, for example using a cron 642 job. This option is an alternative to the server fetching OCSP 641 The first listed file must contain a response for the server 642 certificate, responses for intermediate CAs may be added in the order 643 they appear in [GnuTLSCertificateFile](#gnutlscertificatefile). You 644 can revert to the default fetch mechanism for a specific certificate 645 (including the server certificate) by giving the empty string (`""`) 646 instead of a file path. 647 648 The response files must be updated externally, for example using a 649 cron job. This option is an alternative to the server fetching OCSP 643 650 responses over HTTP. Reasons to use this option include: 644 651 645 * Performing OCSP requests separate from the web server. 646 * The issuer CA uses an access method other than HTTP. 652 * Performing OCSP requests separate from the web server (e.g. to share 653 responses across a server cluster). 654 * The issuer CA uses an access method other than HTTP, or doesn't 655 include an OCSP URL in the certificate. 647 656 * Testing 648 657
Note: See TracChangeset
for help on using the changeset viewer.