cancel
Showing results for 
Search instead for 
Did you mean: 

PGP Keys - "Signing" issue at client end

Former Member
0 Kudos

Hi Experts,

Sceanrio is IDOC to FTP file. File is getting encrypted and SIGNING by PGP through PI 7.1.


Below are Recv IDOC Module Tab Configuration

pgpenc  applyCompression none
pgpenc  applyEncryption true
pgpenc  applySignature  true
pgpenc  encryptionAlgo AES_256
pgpenc  keyRootPath  E:\usr\sap\PIQ\DVEBMGS01\sec
pgpenc  ownPrivateKey  PI_PRIVATE_KEY.ASC
pgpenc  partnerPublicKey CLEINT_PUBLIC_KEY.ASC
pgpenc  pwdOwnPrivateKey ******
pgpenc  signalgo  SHA1

Client is acknoldging below error while getting file at his server :-

Error: Input did not satisfy signature requirements.

The PGP is good. PGP hex 0x8F2CE5FE

Key ID: 0x8F2CE5FE (0xCB5755FB8F2CE5FE) is not matching.

Where this HEX VALUE is linked with keys/certificate OR ?. What parameters needs to provide.

Where & How we can change these Hex value.

Please suggest !

Regards,

Accepted Solutions (1)

Accepted Solutions (1)

r_s_kulkarni11
Participant
0 Kudos

Hello Anshul,

Can you try by removing the SHA1 and the signer parameter?

r_s_kulkarni11
Participant
0 Kudos

Hello Anshul,

Does it worked fine with the above suggestion?

Former Member
0 Kudos

Hi Rahul,

No it did not worked after removing SHA1 and Signer Parameter.

Regards.

r_s_kulkarni11
Participant
0 Kudos

Hello Anshul,

Can you try with armor=true?

Answers (0)