SecmakerSignatureExtractorValve

Extracts all properties and the issuing CA from a pkcs7 signature performed through Secmaker NetID client.

The signature properties will be added to the first item in flow. The item properties will have the same name as the certificate properties. 

The target item property name containing the issuing CA will be named issuing_ca.

Properties

Name Description Default value Mandatory Supports property expansion
signaturedata The pkcs7 signature data. Yes Yes

Example Configuration

{
    "name": "SecmakerSignatureExtractorValve",
    "config": {
       "signaturedata": "{{item.signature}}"
        }
}