Reputation: 40247
Trying to create apple developers push certificate for ECC algorithm as communication with APNS required ES256 alg as documented here.
NOTE: APNs supports only provider authentication tokens that are signed with the ES256 algorithm. Unsecured JWTs, or JWTs signed with other algorithms, are rejected, and your provider receives the InvalidProviderToken (403) response.
Getting error below,
CSR algorithm/size incorrect. Expected: RSA(2048)
Any idea why?
Note: I have created proper ECC based signingcert from Keychain app.
Upvotes: 0
Views: 374
Reputation: 21
I have changed stripe csr file extension from stripe.certSigningRequest to stripe.csr and Its working fine for me.
Upvotes: 2