diff --git a/DCC-validator/installation.md b/DCC-validator/installation.md index 31c6c242cfc8f4000fb749716ae227992cee561b..43dc3ce01d158b94e8f932bb3a4e85c4b6a88056 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 8fad9df4e8360498d057c035b55c3688373576e8..4f325a17287bad35726dfb219f7ee380e2d6d260 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_