Skip to content

Commit

Permalink
Merge pull request #644 from vharsh/land_reg
Browse files Browse the repository at this point in the history
[INJICERT-657] add DID for landregistry dev1
  • Loading branch information
vishwa-vyom authored Dec 19, 2024
2 parents e43807f + 04f10f0 commit dfd1796
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions dev1/landregistry/did.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"@context": [
"https://www.w3.org/ns/did/v1"
],
"id": "did:web:mosip.github.io:inji-config:dev1:landregistry",
"alsoKnownAs": [
"dev1landregistry",
"[email protected]"
],
"service": [],
"verificationMethod": [
{
"id": "did:web:mosip.github.io:inji-config:dev1:landregistry#key-0",
"type": "Ed25519VerificationKey2020",
"@context": "https://w3id.org/security/suites/ed25519-2020/v1",
"controller": "did:web:mosip.github.io:inji-config:dev1:landregistry",
"publicKeyMultibase": "z6MkrBfbZXQMjWpr26kRPpjpaoVzVQZBxz3WUR2cAxaQ5nUb"

}
],
"authentication": [
"did:web:mosip.github.io:inji-config:dev1:landregistry#key-0"
],
"assertionMethod": [
"did:web:mosip.github.io:inji-config:dev1:landregistry#key-0"
]
}

0 comments on commit dfd1796

Please sign in to comment.