Copy link to clipboard
Copied
Hello,
I am looking for a solution on how to sign a plugin with a certificate. A year ago, I received a certificate from GlobalSign in the .pfx version and it was enough to use ZXPSignCmd, specifying the address to the folder with our build, the certificate, and its password. This year, I only received a USB token from GlobalSign. How can I now sign the plugin with a certificate if I don't have a .p12 or .pfx file?
Copy link to clipboard
Copied
You can just self-sign a .p12 certificate, here's how: https://github.com/Adobe-CEP/Getting-Started-guides/tree/master/Package%20Distribute%20Install#decid...
Copy link to clipboard
Copied
Hi @Erin F.,
Two things
I suppose @MatthewDev you would need to connect to GlobalSign and ask them the certificate in p12 format as that only seems to be the one working with zxpsigncmd.
-Manan