• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Able to sign successfully using ZXPSignCmdMac, but failing verification

New Here ,
Feb 25, 2021 Feb 25, 2021

Copy link to clipboard

Copied

I'm maintaining a plugin for Creative Suite, and trying to build installers for both Mac and Windows.  I'm able to use `ZXPSignCmdMac -sign ... ` and get output "Signed successfully".  The resulting .zxp files appear valid, in that I am able to build mac installers based on them that install properly and work as advertised. 

 

However, my attempts to sign and build windows installers are failing with "Zxp signature verification failed: 50".  In attempting to troubleshoot this, I tried running "ZXPSignCmdMac -verify" on the same files generated above that appeared to "Sign successfully", and I get: "

"Error - Failed to verify signature. Signature might have been tampered with."

I'm confused as to why signing could appear successful, when something is definitely amiss.

 

 

NOTE: I've tried ZXPSignCmd-64bit, too, with similar results.

$ bin/ZXPSignCmd-64bit -sign dist/g "foo.zxp" certs/5310dab17e8e15-SHA2.p12 `cat certs/5310dab17e8e15-SHA2.pass` -tsa http://timestamp.digicert.com
Signed successfully

 

$ bin/ZXPSignCmd-64bit -verify foo.zxp
Error - Failed to verify signature. Signature might have been tampered with.

 

 

 

TOPICS
CEP , ZXPSign

Views

257

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 29, 2021 Apr 29, 2021

Copy link to clipboard

Copied

Also, can anyone point me to the error codes returned when using the -verify flag?  We've seen values of 50, 52, and some customers are seeing a value of -1073741515.  Are these error codes documented anywhere?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 24, 2022 May 24, 2022

Copy link to clipboard

Copied

LATEST

Were you able to find an answer for your question? I am running into the exact same issue

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines