From 8191ab1c826ea3a9776186bc6db8b0202c156c5f Mon Sep 17 00:00:00 2001 From: ritikarawlani <38657562+ritikarawlani@users.noreply.github.com> Date: Thu, 28 Mar 2024 16:42:24 +0530 Subject: [PATCH 1/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1bbc8289..b1157e185 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ![QA warnings](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2FWorldHealthOrganization.github.io%2Fsmart-trust%2Fqa.json&query=%24.warnings&logoColor=orange&label=QA%20warnings&color=yellow) ![QA hints](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2FWorldHealthOrganization.github.io%2Fsmart-trust%2Fqa.json&query=%24.hints&logoColor=yellow&label=QA%20hints&color=yellow) -WHO SMART Trust +WHO SMART Trust --- This is the WHO SMART Trust Implementation Guide

From d2d05868d892fc1f610c2802642360536e17363e Mon Sep 17 00:00:00 2001 From: ritikarawlani <38657562+ritikarawlani@users.noreply.github.com> Date: Thu, 28 Mar 2024 18:17:06 +0530 Subject: [PATCH 2/6] update TOC --- .vscode/settings.json | 5 +++++ input/pagecontent/functional.md | 2 +- sushi-config.yaml | 20 ++++++++++++++++++++ 3 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..5fcc1b3c1 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "cSpell.words": [ + "GDHCN" + ] +} \ No newline at end of file diff --git a/input/pagecontent/functional.md b/input/pagecontent/functional.md index 84f49e790..b7f647d2c 100644 --- a/input/pagecontent/functional.md +++ b/input/pagecontent/functional.md @@ -10,7 +10,7 @@ Consensus data models, controlled vocabularies and data transformations allow co *Is the vaccine credential, COVID certificate or other trusted health document verifiably from the purported issuer?​* *Has the certificate remained unaltered since it was issued?​* -Existing health data certificate standards use various well-defined methods of providing digital signatures in health documents based on public key crytopgraphy methods. Public key distribution within the federated registry is standardized to allow actors across networks to retrieve and process public keys, metadata, business rules, revocation data from any other actor. Universal verifier applications can use the content shared within the federated registry to extract digital signatures from health documents and verify issuer and integrity of the document content according to the specifications established by the credential standard. +Existing health data certificate standards use various well-defined methods of providing digital signatures in health documents based on public key cryptography methods. Public key distribution within the federated registry is standardized to allow actors across networks to retrieve and process public keys, metadata, business rules, revocation data from any other actor. Universal verifier applications can use the content shared within the federated registry to extract digital signatures from health documents and verify issuer and integrity of the document content according to the specifications established by the credential standard. *Is the certificate issuer trusted by the verifier?​* diff --git a/sushi-config.yaml b/sushi-config.yaml index d7f57850a..51cac5c72 100644 --- a/sushi-config.yaml +++ b/sushi-config.yaml @@ -47,6 +47,24 @@ pages: title: Business Requirements concepts.md: title: Concepts + concepts_certificate_governance.md: + title: Concepts Certificate Governance + concepts_CertificatePreparation.md: + title: Concepts Certificate Preparation + concepts_did.md: + title: Concepts Did + concepts_governance.md: + title: Concepts Governance + concepts_onboarding.md: + title: Concepts Onboarding + concepts_onboarding_checklist.md: + title: Concepts Onboarding Checklist + concepts_onboarding_initialguideline_full.md: + title: Concepts Onboarding Initial Guidance Full + concepts_onboarding_initialprocess_full.md: + title: Concepts Onboarding Initial Process Full + concepts_onboarding_process_full.md: + title: Concepts Onboarding Process Full use_cases.md: title: Use Cases decision_support.md: @@ -65,6 +83,8 @@ pages: title: Content profiles hcert_spec.md: title: Electronic Health Certificate Specification + trust_network_gateway_architecture.md: + title: Trust Network Gateway Architecture deployment.xml: title: Deployment video_tutorial.md: From 34e1b9511088c418aec0e02341741c992c9ca286 Mon Sep 17 00:00:00 2001 From: ritikarawlani <38657562+ritikarawlani@users.noreply.github.com> Date: Thu, 28 Mar 2024 18:57:54 +0530 Subject: [PATCH 3/6] fix --- sushi-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sushi-config.yaml b/sushi-config.yaml index 51cac5c72..8d6e361f0 100644 --- a/sushi-config.yaml +++ b/sushi-config.yaml @@ -49,7 +49,7 @@ pages: title: Concepts concepts_certificate_governance.md: title: Concepts Certificate Governance - concepts_CertificatePreparation.md: + concepts_CertificatePreperation.md: title: Concepts Certificate Preparation concepts_did.md: title: Concepts Did From 912f68d0c6d01e7653438386b7726667e8094ecb Mon Sep 17 00:00:00 2001 From: Carl Leitner Date: Thu, 4 Apr 2024 06:47:17 -0400 Subject: [PATCH 4/6] Update index.xml to add link to dashboard --- input/pagecontent/index.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/input/pagecontent/index.xml b/input/pagecontent/index.xml index 541334011..e850896c9 100644 --- a/input/pagecontent/index.xml +++ b/input/pagecontent/index.xml @@ -13,6 +13,9 @@

Participants

{% include img.html img="Participant_Onboarding_Status.jpg" caption="Latest Status" width ="70%" %} + + +

Available Trust Domains

{% include available_trust_domains.md %} From 2f5037e5637c404ca45e926fd3c1fede81b89fb2 Mon Sep 17 00:00:00 2001 From: ritikarawlani <38657562+ritikarawlani@users.noreply.github.com> Date: Thu, 4 Apr 2024 17:30:28 +0530 Subject: [PATCH 5/6] Update index.xml --- input/pagecontent/index.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/pagecontent/index.xml b/input/pagecontent/index.xml index e850896c9..ceda377a4 100644 --- a/input/pagecontent/index.xml +++ b/input/pagecontent/index.xml @@ -13,7 +13,7 @@

Participants

{% include img.html img="Participant_Onboarding_Status.jpg" caption="Latest Status" width ="70%" %} - +

Available Trust Domains

From f3b78043cda3ecdccd3b09f8c38784458654d7d1 Mon Sep 17 00:00:00 2001 From: ritikarawlani <38657562+ritikarawlani@users.noreply.github.com> Date: Fri, 12 Apr 2024 12:28:03 +0530 Subject: [PATCH 6/6] Update index.xml --- input/pagecontent/index.xml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/input/pagecontent/index.xml b/input/pagecontent/index.xml index ceda377a4..0cc0b2839 100644 --- a/input/pagecontent/index.xml +++ b/input/pagecontent/index.xml @@ -11,10 +11,7 @@

Participants

- {% include img.html img="Participant_Onboarding_Status.jpg" caption="Latest Status" width ="70%" %} - - - + {% include img.html img="Participant_Onboarding_Status.jpg" caption="Latest Status" width ="70%" %}

Available Trust Domains

{% include available_trust_domains.md %}