...
In the OCSP configuration file, specify the cache size and each row in the table as follows:
Code Block ocsp.cache.maxsize=<maxsize>[K|M|G] ocsp.cache.maxnum=<maxnum>[K|M|G] ocsp.cache.contents.<#>.issuermatch=<attributes> ocsp.cache.contents.<#>.expiresafter=<time expr> ocsp.cache.renewing.<#>.issuermatch=<attributes> ocsp.cache.renewing.<#>.updatemargin=<margin time> ocsp.cache.renewing.client.<clientspec>
Description of constants and values:
Constants and Values | Description |
---|---|
| Replace Default: 128M |
| Replace Default: 10K |
| Replace |
| Replace |
| Replace After this amount of time (or when |
| Replace |
| The refresh requests will be carried out by the back end OCSP client, which by default will use the settings you made in section "Specify OCSP client request" in Back end client section. You may override any of these settings by adding a new specification here. Use the same syntax as described for the back end client (see Back end client section) but replace |
...