Skip to content

Commit

Permalink
Merge pull request #42 from axone-protocol/feat/authenticate-purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeneux authored Sep 18, 2024
2 parents 1f3922f + 08e6c8d commit 7f33c80
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 7f33c80

Please sign in to comment.