treba pridat nove listky, nepreprisovat tie stare lebo sa im moze stat ze by im platili tie z minuleho roka
otestovat platobnu branu
nastavit offSeason text
vypnut offSeason flag na FE aj BE
nastavit listkom v appleWallet platnost do konca sezony ktora bude otvorena git link, pri sucasnom nastaveni netreba nic menit ale je dobre skontrolovat to
vygenerovat novy certifikat pre apple wallet how to, where to, momentalna platnost do 2025/07/25, export certificate. Mac users: use app Keychain access find your certificate and export it File -> Export items.... When exporting system will ask you to set password. Save the password we will use it later. openssl pkcs12 -in <choose-downloaded-certificate> -legacy -out <choose-your-file-name> example openssl pkcs12 -in certificateV3.p12 -legacy -out apple-wallet-cert.pem to run this command, terminal will ask you for two passwords. Import password that you already set in previous step. Second one is PEM password. I use same password as Export password. Then put it in kubernetes secret using our guide. Set APPLE_WALLET_CERTIFICATE_PASSWORD as passwords from previous steps. Second, put certificate file in apple-wallet-keys secret.
Do loopu pridat texty k tomuto
Keychain access
find your certificate and export itFile -> Export items...
. When exporting system will ask you to set password. Save the password we will use it later.openssl pkcs12 -in <choose-downloaded-certificate> -legacy -out <choose-your-file-name>
exampleopenssl pkcs12 -in certificateV3.p12 -legacy -out apple-wallet-cert.pem
to run this command, terminal will ask you for two passwords.Import password
that you already set in previous step. Second one isPEM password
. I use same password asExport password
. Then put it in kubernetes secret using our guide. SetAPPLE_WALLET_CERTIFICATE_PASSWORD
as passwords from previous steps. Second, put certificate file inapple-wallet-keys
secret.Nalinkovat tento loop do README projektu