Skip to content

Commit

Permalink
feat(trusted_issuer): added trusted issuer definition
Browse files Browse the repository at this point in the history
DDCCGW-456
  • Loading branch information
Torsten Egenolf committed Sep 29, 2023
1 parent a1bca80 commit 600822b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion onboarding/DDCC/ISSUER/Trusted_Issuer.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{

"name": "Ministry of Health",
"url": "did:web:example.com",
"urlType": "DID",
"hash": "sha-256 of the DID document",
"sslPublicKeys": [
"TLS public key of the DID document host",
"TLS public key of the DID document host to support key rotation"
]
}

0 comments on commit 600822b

Please sign in to comment.