Skip to main content

Verify Signature

The Verify Signature activity verifies a digital signature against a certificate.

Configuring the Verify Signature Activity

To configure the Verify Signature activity, fill in the required fields in the activity panel.

Configuration

FieldRequiredDescriptionExample
NameRequiredSpecify the name for this activity.MyActivity
DescriptionOptionalSpecify the description for this activity.Reads a file from S3
Encryption TypeRequiredSelect the encryption type to verify the signature Options: PGP, SSL.PGP, SSL
Encryption ResourceRequiredSelect the certificate used to verify the digital signature

Input

FieldRequiredData TypeDescriptionExample
ContentOptionalStringThe text or data that was originally signed
SignatureOptionalStringThe digital signature string that needs to be verified

Output

FieldRequiredData TypeDescriptionExample
VerifiedOptionalBooleanTrue if the digital signature is valid, false otherwise