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

Commit

Permalink
Fixed erroneous DCC TP URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Petersson committed Nov 26, 2021
1 parent d938d4e commit bd2af04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ In the event that no internet connectivity is available or that the resources ca
the cached version of the resources are used until they can be downloaded and cached once again.

The application uses the Swedish DCC Trust Point to download its external resources
* QA-environment https://dccg-qa.covidbevis.se/tp/
* Production-environment https://dccg.covidbevis.se/tp/
* QA-environment https://dgcg-qa.covidbevis.se/tp/
* Production-environment https://dgcg.covidbevis.se/tp/

There are two resources that the application needs to perform the verification:
* __Trust List__ - A list of all valid Signature public keys
Expand All @@ -50,7 +50,7 @@ The following certificates can be used in the QA-environment.

### Vaccination certificates

#### Valid Signature (_Signature public key present at [DGCG-QA](https://dccg-qa.covidbevis.se/tp/)_)
#### Valid Signature (_Signature public key present at [DGCG-QA](https://dgcg-qa.covidbevis.se/tp/)_)

__Valid through 2023-07-01, Vaccine Comirnaty, Dose 1/2__

Expand All @@ -76,7 +76,7 @@ __Expired, Vaccine Comirnaty, Dose 2/2__

![Dose 2 of 2](readme-resources/expired.png)

#### Invalid Signature (_Signature public key __not__ present at [DGCG-QA](https://dccg-qa.covidbevis.se/tp/)_)
#### Invalid Signature (_Signature public key __not__ present at [DGCG-QA](https://dgcg-qa.covidbevis.se/tp/)_)

__Invalid signer & expired__

Expand Down

0 comments on commit bd2af04

Please sign in to comment.