Skip to content

Commit

Permalink
Merge pull request #676 from vkubiv/chore-update-to-lates-vcs-fix
Browse files Browse the repository at this point in the history
fix: change did web to did ion.
  • Loading branch information
vkubiv authored Sep 11, 2023
2 parents 10102da + fc2bcd7 commit 10cbff2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"issuers": [
{
"issuer": {
"id": "ldp-web-P256-JsonWebSignature2020",
"id": "ldp-ion-P256-JsonWebSignature2020",
"version": "v1.0",
"name": "Test Issuer with vc-ldp signed with did-web with P256 key and JsonWebSignature2020 signature",
"organizationID": "test-org",
Expand All @@ -12,7 +12,7 @@
"signingAlgorithm": "JsonWebSignature2020",
"keyType": "ECDSAP256DER",
"format": "ldp",
"didMethod": "web",
"didMethod": "ion",
"status": {
"type": "StatusList2021Entry"
}
Expand Down

0 comments on commit 10cbff2

Please sign in to comment.