PEMConverterValve
Note
Valve for converting a PEM string to bytes.
Properties
Name | Description | Default value | Mandatory | Supports property expansion |
---|---|---|---|---|
pem | Expression expanding to PEM string. | Yes | Yes | |
dest | Name of item property to receive the result. | Yes | No |
Example Configuration
{
"name": "PEMConverterValve",
"enabled": "true",
"config": {
"pem": "{{request.pem_certificates}}",
"dest": "userCertificate"
}
}