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

Self Signing Panel - P12 generation failed

New Here ,
Oct 19, 2017 Oct 19, 2017

Has anyone encountered this "Error - certificate request could not be generated. P12 generation failed" when trying to self-sign a panel? I'm on Mac High Sierra. Thanks all!

2.1K
Translate
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

correct answers 1 Correct answer

Community Expert , Oct 25, 2017 Oct 25, 2017

Try:

./ZXPSignCmd -selfSignedCert US NY OOMDO "Kyle Franzen" oomdorocks selfKF.p12

Apparently, ZXPSignCmd doesn't really like "USA" but wants "US" instead!

Davide

Translate
Community Expert ,
Oct 20, 2017 Oct 20, 2017

Your post moved from Photoshop Scripting to Extensions / Add-ons Development.

Translate
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
Community Expert ,
Oct 20, 2017 Oct 20, 2017

Does the error fire when you generate the self signing certificate, or when using the certificate to sign the panel?

Davide Barranca - PS developer and author
www.ps-scripting.com
Translate
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 ,
Oct 24, 2017 Oct 24, 2017

Hi Davide, and thank you for responding! The error occurs when generating the certificate.

Translate
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
Community Expert ,
Oct 25, 2017 Oct 25, 2017

Hi,

can you please post the line you're using to generate the cert?

Davide Barranca - PS developer and author
www.ps-scripting.com
Translate
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 ,
Oct 25, 2017 Oct 25, 2017

Hi Davide! So this is the line I'm using.

./ZXPSignCmd -selfSignedCert USA NY OOMDO "Kyle Franzen" oomdorocks selfKF.p12

The ZXPSignCmd is in a folder called "SMARTBOARDS", which is on my desktop. When I fire Terminal I cd(space) and then drag that folder into terminal. This is the error I've been getting most recently, which is different than the error I posted to the thread with.Screen Shot 2017-10-25 at 9.27.39 AM.png

Thanks again!

Translate
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
Community Expert ,
Oct 25, 2017 Oct 25, 2017

Try:

./ZXPSignCmd -selfSignedCert US NY OOMDO "Kyle Franzen" oomdorocks selfKF.p12

Apparently, ZXPSignCmd doesn't really like "USA" but wants "US" instead!

Davide

Davide Barranca - PS developer and author
www.ps-scripting.com
Translate
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 ,
Oct 25, 2017 Oct 25, 2017

Haha, thank you Davide!

Translate
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
Guru ,
Oct 25, 2017 Oct 25, 2017

Good one Davide!

Do you know if there's any problems caused by signing form another country.

Can you sign with US from Italy?

Translate
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
Community Expert ,
Oct 25, 2017 Oct 25, 2017
LATEST

Hi Trevor,

I think you can. A self-signed cert is sort of an auto-declaration, so I could affirm: I'm Davide from, say, Brazil, who cares if this is true or not.

Conversely, when I use my paid certificate (I have one, that I need in order to sign Windows .exe installers), then I'm Davide from Italy, as Comodo (the cert authority) knows.

But being verified as "Davide from Italy", I'd say I'm allowed to use my "seal" everywhere I happen to be. Otherwise it would be like "please sir, sign here this form, oh-oh, you're in the US, your signature isn't valid anymore!" 🙂

Davide Barranca - PS developer and author
www.ps-scripting.com
Translate
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