Hi Miroslav, On Tue, Jan 09, 2024 at 09:14:24PM +0100, Miroslav Zagorac wrote: > Hello all, > > I'm not sure, but it seems to me that in the doc/configuration.txt > documentation, the paragraph related to the keyword > tune.ssl.ssl-ctx-cache-size was also copied for the description of > the keyword tune.ssl.ocsp-update.mindelay: > > tune.ssl.ssl-ctx-cache-size <number> > Sets the size of the cache used to store generated certificates to <number> > entries. This is a LRU cache. Because generating a SSL certificate > dynamically is expensive, they are cached. The default cache size is set to > 1000 entries. > > tune.ssl.ocsp-update.mindelay <number> > .. > Sets the size of the cache used to store generated certificates to <number> > entries. This is a LRU cache. Because generating a SSL certificate > dynamically is expensive, they are cached. The default cache size is set to > 1000 entries. > > > If this is not the case, please ignore this patch.
You're totally right, good catch! Now applied, thank you! Willy