Changeset 0cd8f3d in mod_gnutls
- Timestamp:
- Oct 30, 2016, 5:01:42 PM (6 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, main, master, proxy-ticket, upstream
- Children:
- c39ae1a
- Parents:
- 444e6ed
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/mod_gnutls_manual.mdwn
r444e6ed r0cd8f3d 530 530 ### GnuTLSOCSPStapling 531 531 532 E XPERIMENTAL: Enable OCSP stapling for this (virtual) host.532 Enable OCSP stapling for this (virtual) host. 533 533 534 534 GnuTLSOCSPStapling [On|Off] … … 556 556 ### GnuTLSOCSPResponseFile 557 557 558 EXPERIMENTAL: Read the OCSP response for stapling from this file 559 instead of sending a request over HTTP 558 Read the OCSP response for stapling from this file instead of sending 559 a request over HTTP. 560 560 561 561 GnuTLSOCSPResponseFile /path/to/response.der … … 575 575 ### GnuTLSOCSPGraceTime 576 576 577 EXPERIMENTAL: Replace cached OCSP responses this many seconds before 578 they expire. 577 Replace cached OCSP responses this many seconds before they expire. 579 578 580 579 GnuTLSOCSPGraceTime SECONDS … … 585 584 A cached OCSP response should be updated a little before it expires to 586 585 account for potential clock skew between server, CA, and client, as 587 well as transmission time in corner cases. 586 well as transmission time in corner cases. Note that a response 587 without a `nextUpdate` field will be subject to the default cache 588 lifetime. 588 589 589 590 ### GnuTLSOCSPFailureTimeout 590 591 591 EXPERIMENTAL:Wait this many seconds before retrying a failed OCSP request.592 Wait this many seconds before retrying a failed OCSP request. 592 593 593 594 GnuTLSOCSPFailureTimeout SECONDS … … 604 605 ### GnuTLSOCSPSocketTimeout 605 606 606 EXPERIMENTAL:Timeout for TCP sockets used to send OCSP requests607 Timeout for TCP sockets used to send OCSP requests 607 608 608 609 GnuTLSOCSPFailureTimeout SECONDS
Note: See TracChangeset
for help on using the changeset viewer.