Changeset 0cd8f3d in mod_gnutls


Ignore:
Timestamp:
Oct 30, 2016, 5:01:42 PM (6 years ago)
Author:
Thomas Klute <thomas2.klute@…>
Branches:
asyncio, debian/master, debian/stretch-backports, main, master, proxy-ticket, upstream
Children:
c39ae1a
Parents:
444e6ed
Message:

Update OCSP stapling documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/mod_gnutls_manual.mdwn

    r444e6ed r0cd8f3d  
    530530### GnuTLSOCSPStapling
    531531
    532 EXPERIMENTAL: Enable OCSP stapling for this (virtual) host.
     532Enable OCSP stapling for this (virtual) host.
    533533
    534534    GnuTLSOCSPStapling [On|Off]
     
    556556### GnuTLSOCSPResponseFile
    557557
    558 EXPERIMENTAL: Read the OCSP response for stapling from this file
    559 instead of sending a request over HTTP
     558Read the OCSP response for stapling from this file instead of sending
     559a request over HTTP.
    560560
    561561    GnuTLSOCSPResponseFile /path/to/response.der
     
    575575### GnuTLSOCSPGraceTime
    576576
    577 EXPERIMENTAL: Replace cached OCSP responses this many seconds before
    578 they expire.
     577Replace cached OCSP responses this many seconds before they expire.
    579578
    580579    GnuTLSOCSPGraceTime SECONDS
     
    585584A cached OCSP response should be updated a little before it expires to
    586585account for potential clock skew between server, CA, and client, as
    587 well as transmission time in corner cases.
     586well as transmission time in corner cases. Note that a response
     587without a `nextUpdate` field will be subject to the default cache
     588lifetime.
    588589
    589590### GnuTLSOCSPFailureTimeout
    590591
    591 EXPERIMENTAL: Wait this many seconds before retrying a failed OCSP request.
     592Wait this many seconds before retrying a failed OCSP request.
    592593
    593594    GnuTLSOCSPFailureTimeout SECONDS
     
    604605### GnuTLSOCSPSocketTimeout
    605606
    606 EXPERIMENTAL: Timeout for TCP sockets used to send OCSP requests
     607Timeout for TCP sockets used to send OCSP requests
    607608
    608609    GnuTLSOCSPFailureTimeout SECONDS
Note: See TracChangeset for help on using the changeset viewer.