Skip to content

Commit

Permalink
feat: add the authenticate purpose for auth VC script
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeneux committed Sep 18, 2024
1 parent 1f3922f commit 08e6c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/issue-auth-cred.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 08e6c8d

Please sign in to comment.