Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not merge: example for cert generation and extension build #18

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thebeeland
Copy link
Contributor

@thebeeland thebeeland commented Dec 3, 2020

Don't merge this. It's just an example.

The gist: I've had to disable the timestamping of the signing process, and then see the gotchas below.

Gotchas: The certificate password needs to be at least 6-characters long. The ZXPSignCmd utility doesn't specify that, and if you give it fewer it'll just fail with a cryptic message. Note the other fields filled out in the env.mk related to the certificate, as well, and do something similar. It's not super critical what the specific values are, but it appears to be important that they're filled in.

Once your env.mk is setup similar to what I have here (but with a real password, please...and don't commit the env.mk once you've modified it locally), you'll be able to run the make command to generate a p12 file.

Once you have your p12 generated on disk, you can run the make sign command to build the extension and sign it using your certificate.

…tificate and building the CEP extension from that.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant