OCSPExtractorValve
Valve for extracting properties from an OCSP response
Requirements
Requires a base 64 encoded OCSP response available in current context (request or item).
Properties
Example Configuration
{
"name": "OCSPExtractorValve",
"enabled": "true",
"config": {
"source": "{{item.ocspResponse}}",
"prefix":"ocsp_",
"fail_on_error": "false"
}
}