Difference between revisions of "E-Business Server:How to sign encrypted data with a key other than the default signing key"

From SDS
Jump to navigation Jump to search
(Created page with "=== How to sign encrypted data with a key other than the default signing key === '''Technical Articles ID: SDSKB17''' '''Environment'''<br /> E-Business Server 8.x and 7.x ...")
 
 
Line 1: Line 1:
 +
 +
 +
 +
 +
 
=== How to sign encrypted data with a key other than the default signing key ===
 
=== How to sign encrypted data with a key other than the default signing key ===
  

Latest revision as of 11:36, 21 October 2019



How to sign encrypted data with a key other than the default signing key

Technical Articles ID: SDSKB17


Environment
E-Business Server 8.x and 7.x


Problem
What command do I use to sign encrypted data with a key other than the default signing key?


Solution
To attach a digital signature to data using a signature that is not set as the default signature, use the --sign-with command, as illustrated in the example below:Example:Default signing key: PGPUSERKey to use for signing: EBSUSER

ebs --encrypt --sign test.txt --user "PGPUSER" --sign-with "EBSUSER"