pretix/pretix-passbook

Question: Passbook Setup

kc9ryt opened this issue · 2 comments

Could someone point me in the right direction on how to setup passbook? I have generated my certificate signing request and gone into the apple developer program and generated a certificate. I have then uploaded the certificate to pretix. I have uploaded the apple CA certificate. Then for the secret key, I cannot get it to accept the private key that is included with the apple certificate.

The secret key is something you generate together with your CSR, like

openssl genrsa -out pass-pretix.key 2048

You should be able to paste this file in there. Do you get any error message?

I was following Apples guide on creating the CSR so that was my problem. Thanks!