From 08e6c8d70ed60f4032df71f7473351a0a0c700b4 Mon Sep 17 00:00:00 2001 From: Benjamin DENEUX Date: Wed, 18 Sep 2024 11:55:04 +0200 Subject: [PATCH] feat: add the authenticate purpose for auth VC script --- scripts/issue-auth-cred.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/issue-auth-cred.sh b/scripts/issue-auth-cred.sh index 1e22321..785507e 100755 --- a/scripts/issue-auth-cred.sh +++ b/scripts/issue-auth-cred.sh @@ -10,4 +10,4 @@ fi BASEDIR=$(dirname "$0") # Sign the auth credential -axoned --keyring-backend test --keyring-dir "${BASEDIR}"/../example credential sign --from exec-svc "${BASEDIR}/../example/vc-exec-auth.jsonld" +axoned --keyring-backend test --keyring-dir "${BASEDIR}"/../example credential sign --from exec-svc --purpose authentication "${BASEDIR}/../example/vc-exec-auth.jsonld"