1. I want to package my html extension for photoshop CC.
2. I have tried to use ZXPSignCmd to build and sign extension package.
3. For self-signed certificate it works.
4. Now we bought root signed certificate from GlobalSign but ZXPSignCmd fails when we try to use it:
Output from ZXPSignCmd:
Unable to build a valid certificate chain. Please make sure that all certificates are included in the certificate file.
We are sure that our certificate & password are correct (inside .p12 file we have 3 certs - root, intermediate and ours).
We tried to use Adobe packaging tools: Configurator / Packager and each of them returns error that there is a problem with certificate. On the other side I was able to use ucf.jar to package another plugin with our certificate - so certificate is correct I guess.
How we can package HTML5 Extension with manifest.xml and sign it with our certificate for Photoshop CC?
We are trying to solve this for few hours so far but nothing seems to work...
Please help.