From f9ad2e67bcd6693bc1c3ee5bd128641bedd92012 Mon Sep 17 00:00:00 2001 From: Stas Dm Date: Mon, 9 Dec 2024 15:54:46 +0100 Subject: [PATCH] feat: remove securekey implementation --- implementations/SecureKey.json | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 implementations/SecureKey.json diff --git a/implementations/SecureKey.json b/implementations/SecureKey.json deleted file mode 100644 index 8a364a9..0000000 --- a/implementations/SecureKey.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "SecureKey", - "implementation": "TrustBloc (Sandbox)", - "issuers": [{ - "id": "did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd", - "endpoint": "https://issuer-vcs.sandbox.trustbloc.dev/vc-issuer-interop-key/credentials/issue", - "tags": ["vc-api"] - }], - "verifiers": [{ - "id": "", - "endpoint": "https://verifier-vcs.sandbox.trustbloc.dev/vc-verifier-interop/verifier/credentials/verify", - "tags": ["vc-api"] - }] -}