Fix stale-nonce documentation Resolves #604

This commit is contained in:
Mészáros Mihály 2021-01-05 10:25:10 +00:00
parent 6ce463e8e2
commit 14f1630ec6
5 changed files with 7 additions and 4 deletions

View File

@ -27,6 +27,7 @@ Version 4.5.2 'dan Eider':
* support of --acme-redirect <URL>
- Disable binding request logging to avoid DoS attacks. (Breaking change!)
* Add new --log-binding option to enable binding request logging
- Fix stale-nonce documentation. Resolves #604
24/06/2020 Oleg Moskalenko <mom040267@gmail.com> Mihály Mészáros <misi@majd.eu>
Version 4.5.1.3 'dan Eider':

View File

@ -281,6 +281,7 @@ Options with values:
--stale-nonce[=<value>] Use extra security with nonce value having
limited lifetime, in seconds (default 600 secs).
Set it to 0 for unlimited nonce lifetime.
--max-allocate-lifetime Set the maximum value for the allocation lifetime.
Default to 3600 secs.

View File

@ -411,9 +411,9 @@ realm=example.org
# Uncomment if extra security is desired,
# with nonce value having a limited lifetime.
# By default, the nonce value is unique for a session,
# and has an unlimited lifetime.
# The nonce value is unique for a session.
# Set this option to limit the nonce lifetime.
# Set it to 0 for unlimited lifetime.
# It defaults to 600 secs (10 min) if no value is provided. After that delay,
# the client will get 438 error and will have to re-authenticate itself.
#

View File

@ -423,9 +423,9 @@
# Uncomment if extra security is desired,
# with nonce value having a limited lifetime.
# By default, the nonce value is unique for a session,
# and has an unlimited lifetime.
# The nonce value is unique for a session.
# Set this option to limit the nonce lifetime.
# Set it to 0 for unlimited lifetime.
# It defaults to 600 secs (10 min) if no value is provided. After that delay,
# the client will get 438 error and will have to re-authenticate itself.
#

View File

@ -427,6 +427,7 @@ Options with values:
\fB\-\-stale\-nonce\fP[=<value>]
Use extra security with nonce value having
limited lifetime, in seconds (default 600 secs).
Set it to 0 for unlimited nonce lifetime.
.TP
.B
\fB\-\-max\-allocate\-lifetime\fP