From 8785d3334ad7f1b4e57c24e6cf73fe15502bb470 Mon Sep 17 00:00:00 2001 From: fneur <33552046+fneur@users.noreply.github.com> Date: Mon, 23 Aug 2021 22:54:46 +0200 Subject: [PATCH] Add DCC verification info for Austria --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index f79c93a4..6bdd1cf4 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,22 @@ EU Digital COVID Certificate Verifier App - Android +# Specialization for Verifying Austrian Digital COVID Certificates + +This repository is a fork of +[eu-digital-green-certificates/dgca-verifier-app-android](https://github.com/eu-digital-green-certificates/dgca-verifier-app-android), +which contains the source code for a reference implementation of the EU Digital COVID +Certificate Verifier App for Android. Whereas the latter is configured to work in +a test environment only, the fork adds support for the verification of production +certificates issued by the Austrian Health Authorities (similar to the official apps +issued by the Austrian Government at [https://greencheck.gv.at](https://greencheck.gv.at)). + +To this end, the corresponding digital signing key (DSC) for Austria needs to be present in +the app's key store. This DSC can be obtained, for example, from +https://de.dscg.ubirch.com/trustList/DSC/ or extracted from the official +[GreenCheck](https://greencheck.gv.at) (web)app. As of now, the latter approach has +been implemented. The implementation of the former is left for future enhancements. +