Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Latest commit

 

History

History
37 lines (22 loc) · 1.17 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.17 KB

EUDCC Validator

This is a PWA validator app for EU Digital Covid Certificates.

It targets version 1.3.0 of the DCC spec. It can parse older DCCs, but signature verification may not work correctly.

Trust lists

EUDCC Validator uses these trust lists:

The trust lists are transformed and cached by a CloudFlare worker (source here) and the endpoints are:

This is primarily for CORS reasons, as the trust lists do not have appropriate CORS headers in order to be able to use them directly.

Development

yarn start

When run locally, the test trust root is used, so app can be tested with sample DCCs from https://github.com/eu-digital-green-certificates/dgc-testdata.

Production build

yarn build

The production trust list is used in production build.