Digitaler-Impfnachweis / covpass-android

The official CovPass(-Check) Android apps and SDK.
https://digitaler-impfnachweis-app.de
Apache License 2.0
184 stars 59 forks source link

[Question] Endpoints for updates on regulations #229

Closed MarcoBuess closed 2 years ago

MarcoBuess commented 2 years ago

We're running behind a corp-firewall and would need the remote endpoints to which the app connects to update the latest regulations, so that we can setup proper firewall exceptions.

Thanks in advance.

pucherd commented 2 years ago

Hello @MarcoBuess, These endpoints are used: de.dscg.ubirch.com - Trust service host de.crl.dscg.ubirch.com - Revocation list service api.reissue.ubirch.com - Reissue service distribution.dcc-rules.de - Business Rules (Check validity feature)

https://github.com/Digitaler-Impfnachweis/covpass-android/blob/main/covpass-sdk/src/main/res/values/strings.xml

MarcoBuess commented 2 years ago

tyvm ❤️