PKCS10ExtractorValve
Valve for extracting values from PKCS#10 certification signing requests (CSR).
The CSR is extracted to an item identified by the CSR subject.
Properties
Example Configuration
{
"name": "PKCS10ExtractorValve",
"enabled": "true",
"config": {
"source": "{{request.pem_csr}}"
}
}