From 79e869ea924544bc21b1e294b12a457a255a6cec Mon Sep 17 00:00:00 2001 From: Malo <mtc@kereval.com> Date: Fri, 3 Nov 2023 11:07:50 +0100 Subject: [PATCH] DCC validator 1.2.2 --- DCC-validator/installation.md | 15 ++++++++------- DCC-validator/release-note.md | 13 +++++++++++-- 2 files changed, 19 insertions(+), 9 deletions(-) diff --git a/DCC-validator/installation.md b/DCC-validator/installation.md index 31c6c24..43dc3ce 100755 --- a/DCC-validator/installation.md +++ b/DCC-validator/installation.md @@ -2,8 +2,8 @@ title: Installation Manual subtitle: DCC Validator author: Malo Toudic -releasedate: 05/04/2025 -toolversion: 1.0.x +releasedate: 03/11/2023 +toolversion: 1.2.x function: Developer version: 0.01 status: Draft document @@ -51,11 +51,12 @@ Define a resource in your server with name *java:/app/gazelle/dcc-validator/oper This resource should refer to a deployment.properties file. This file shall contain the following properties : -| Property Name | Description | Example value | -| --- | --- | --- | -| svssimulator.url | URL of Simulator | <http://localhost/SVSSimulator> | -| truststore.path | Path of the truststore containing the trusted certificates that issues Digital covid certificates | /opt/dcc-validator/truststore.jks | -| truststore.password | Password of the truststore containing the trusted certificates that issues Digital covid certificates | password | +| Property Name | Description | Example value | +| --- |-------------------------------------------------------------------------------------------------------|-----------------------------------| +| svssimulator.url | URL of Simulator | <http://localhost/SVSSimulator> | +| truststore.path | Path of the truststore containing the trusted certificates that issues Digital covid certificates | /opt/dcc-validator/truststore.jks | +| truststore.password | Password of the truststore containing the trusted certificates that issues Digital covid certificates | password | +| ddvcverifier_url | URL of the WHO DDVC verifier | http://localhost/verify | #### Configure WildFly 18 for DCC Validator diff --git a/DCC-validator/release-note.md b/DCC-validator/release-note.md index 8fad9df..4f325a1 100755 --- a/DCC-validator/release-note.md +++ b/DCC-validator/release-note.md @@ -1,14 +1,23 @@ --- title: Release note subtitle: Digital Covid Certificate validator -toolversion: 1.0.0 -releasedate: 2022-04-05 +toolversion: 1.2.2 +releasedate: 2023-11-03 author: Malo Toudic function: Software developer customer: IHE Europe reference: KER1-RNO-IHE-DCC_VALIDATOR --- +# 1.2.2 +_Release date: 2023-11-03_ + +__Story__ +* \[[DCC-20](https://gazelle.ihe.net/jira/browse/DCC-20)\] Make the DDVC verify url configurable + +__Problem__ +* \[[DCC-21](https://gazelle.ihe.net/jira/browse/DCC-21)\] Some DDVC QR CODE cannot be decoded + # 1.2.1 _Release date: 2022-11-29_ -- GitLab