You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When providing your own Apple Developer certificate Safari will decline the wallet saying: "Safari cannot download this file" since the PASS_IDENTIFIER and TEAM_IDENTIFIER don't match the certificate.
The current workaround for this is adapting these variables by hand and building the repository. However, it would be better if these constants could be configurable through environment variables. These environments variables can then also be set in the docker-compose file.
The text was updated successfully, but these errors were encountered:
PASS_IDENTIFIER
andTEAM_IDENTIFIER
seem to be hardcoded.covidpass/src/constants.ts
Lines 3 to 4 in 7a9197b
When providing your own Apple Developer certificate Safari will decline the wallet saying: "Safari cannot download this file" since the
PASS_IDENTIFIER
andTEAM_IDENTIFIER
don't match the certificate.The current workaround for this is adapting these variables by hand and building the repository. However, it would be better if these constants could be configurable through environment variables. These environments variables can then also be set in the docker-compose file.
The text was updated successfully, but these errors were encountered: