PEMConverterValve
Valve for converting a PEM string to bytes.
Properties
Example Configuration
{
"name": "PEMConverterValve",
"enabled": "true",
"config": {
"pem": "{{request.pem_certificates}}",
"dest": "userCertificate"
}
}
Click to copy