Skip to content

Commit

Permalink
add identifiers item
Browse files Browse the repository at this point in the history
  • Loading branch information
PatStLouis authored Jan 30, 2025
1 parent aed8848 commit 6495d42
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions implementations/OpSecId.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "OpSecId",
"implementation": "Askar VC-API",
"identifiers": [
{
"id": "https://vc.opsec.id",
"endpoint": "https://vc.opsec.id",
"tags": ["cid"]
},
{
"id": "did:web:vc.opsec.id",
"endpoint": "https://vc.opsec.id/.well-known/did.json",
"tags": ["cid"]
}
],
"verifiers": [
{
"id": "https://vc.opsec.id",
Expand Down Expand Up @@ -36,13 +48,6 @@
}
],
"issuers": [
{
"id": "https://vc.opsec.id",
"endpoint": "https://vc.opsec.id/credentials/issue",
"tags": [
"cid"
]
},
{
"id": "did:key:z6MkwMaVueYP9pYSTKxtRSMzgzsSkpx1wrhwdq8MEHFxtHdu",
"endpoint": "https://vc.opsec.id/credentials/issue",
Expand Down

0 comments on commit 6495d42

Please sign in to comment.