CertificateExtractorValve

Valve for reading a certificate in PEM format. All certificate attributes will be added as item properties.

Properties

Name Description Default value Mandatory Supports property expansion
cert The certificate to read. Must be in PEM format. Yes Yes
attributes Select which certificate attributes to read. * means all. * No No
prefix Item property prefix. All item properties added will start with this prefix. cert_ No No

Example Configuration

{
				"name": "CertificateExtractorValve",
				"config": {
					"cert": "{{item.certToParse}}",
               "prefix" : "mycert_"
				}
			}