PDFSign

Sign PDF with keystore stored on server. Used in Seal use cases.

Use this valve if keystore is stored on HSM.

Properties

Name Description Default value Mandatory Supports property expansion
sourceDataAttribute Item property containing the PDF Yes No
targetDataAttribute Item property that will contain the signed pdf data after execution signedPdf No No
keyStore ID of keystore to be used for signing. Yes No

Example Configuration

{
				"name": "PDFSign",
				"config": {
					"sourceDataAttribute": "temporary",
					"targetDataAttribute": "document",
					"keyStore": "idSeal"
				}
			}

Requirements

- PhenixID Signing Service installed.

- Keystore in p12 format stored as a resource on PhenixID Authentication Services.