PKCS10ExtractorValve
Note
Valve for extracting values from PKCS#10 certification signing requests (CSR).
The CSR is extracted to an item identified by the CSR subject.
Properties
Name | Description | Default value | Mandatory | Supports property expansion |
---|---|---|---|---|
source | Expression expanding to a PKCS#10 CSR in PEM format. | Yes | Yes |
Example Configuration
{
"name": "PKCS10ExtractorValve",
"enabled": "true",
"config": {
"source": "{{request.pem_csr}}"
}
}