Settings for Generating OCSP Responses
The server/WEB-INF/conf/basic-ocsp.bml file specifies how the Validation Authority Direct OCSP Interface will generate individual OCSP responses
Property: cacheInMemory
Default | true |
---|---|
Description |
Specifies whether or not Validation Authority will cache previously generated OCSP responses in memory to improve OCSP performance. Setting this to false can result in slower OCSP response times as Validation Authority must generate a new response for each request, even when verifying the status of a certificate that it had recently verified. Accepting the default, true, means that the Direct OCSP Interface might be able to use a previously generated OCSP response to handle a new request. |
Example | <property name=“cacheInMemory” value=“false”/> |