question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Different signerCert.pem Algorithm

See original GitHub issue

Hi!

First of all, amazing work! Thank you

I spent a whole day trying to get the first valid pass, but no luck. The only thing I found is:

  1. Your instruction: https://github.com/alexandercerutti/passkit-generator/wiki/Generating-Certificates#which-are-the-passtypeidentifier-and-teamidentifier-am-i-using (screenshot)

Signature Algorithm: sha1WithRSAEncryption and Issues has no “OU”

But after I followed your instruction (few times with brand new identifiers, CSR, etc) I always get

   Signature Algorithm: sha256WithRSAEncryption
        Issuer: CN=Apple Worldwide Developer Relations Certification Authority, OU=G4, O=Apple Inc., C=US
image

I also tried to use both:

but no luck. I always get:

image

I tried different templates and ended-up re-using existing one from my wallet + replace teamId and passTypeId. But I still see this issue

Do you have any insight into why this can happen? Why do I have sha256 by default instead of sha1 like yours?

thank you 🙏

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:17 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
alexandercerutticommented, Feb 22, 2022

How the… what? 😄 I’m not quite sure how is it supposed to work ahahah, but I managed to make it work with both G1 and G4, thank you 😄

1reaction
alexandercerutticommented, Feb 21, 2022

Thank you for your donation! ❤️

Read more comments on GitHub >

github_iconTop Results From Across the Web

What is a Pem file and how does it differ from other OpenSSL ...
PEM is a file format that may consist of a certificate (aka. public key), a private key or indeed both concatenated together. Don't...
Read more >
smime - OpenSSL
A signing certificate when signing or resigning a message, this option can be used multiple times if more than one signer is required....
Read more >
Asymmetric cryptography signers — Joken v2.2.0 - HexDocs
Asymmetric cryptography signers. It is common to divide cryptography in three categories: Symmetric cryptography (also called symmetric-key algorithms):.
Read more >
How SSL Certificates Use Digital Signatures
First, it computes the secure hash of the whole certificate using the identified signature algorithm "SHA-1". Then it takes the signature and computes...
Read more >
Verify SSL/TLS Certificate Signature | what-why-how
Verifying server's public key ... Download the server's certificates to /tmp in PEM format. ... [Q] I thought a server has one certificate,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found