Do we really need signerCert.pem and signerKey.pem files to generate the apple pass ? #228
Replies: 1 comment 5 replies
-
Hi @itsAkash12, thanks for using passkit-generator! I had to look up for a few things in order to answer you. Some things might be wrong, but I think all the elements are here. The I think this because the ESS specifies that some of its attributes are And I think that in order to read the In fact, you can use I hope this answers to your question! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
@alexandercerutti I’ve been using the passkit-generator library to create Apple Passes, and I wanted to clarify a specific aspect of the signing process. In the official Apple documentation, it outlines the steps to sign the pass, including generating a manifest.json, creating a PKCS#7 detached signature, and adding it to the .pkpass bundle. However, it doesn’t explicitly mention the use of signerCert.pem and signerKey.pem files.
I noticed that passkit-generator appears to rely on these files for generating the signature. Could you confirm if these files are absolutely necessary for creating a valid Apple Pass using the library?
Additionally, if possible, could you share any documentation or additional resources that clarify why these files are required or how they relate to the signing process?
Thank you for your guidance!
Beta Was this translation helpful? Give feedback.
All reactions