We plan to use https://github.com/GLEIF-IT/vlei-verifier to implement credential verification. However, we have encountered some issues and would like to seek advice on how to resolve them.
When we use the following command:
curl -v -X PUT "http://127.0.0.1:7676/presentations/EDgNZjB-XREf6KXRnYFR1mztbY5MjIqiPyVuT8Tw4DNR" -H "Content-Type: application/json+cesr" -d @ecr.json
an error occurred.

The SAID and the ecr credential file (ecr.json) were generated using the following commands:
SAID=$(kli vc list --name qvi --alias qvi --issued --said --schema EEy9PkikFcANV1l7EHukCeXqrzT1hNZjGlUk7wuMO5jw)
kli vc export --name person --alias person --passcode DoB26Fj4x9LboAFWJra17O --said $SAID > ecr.json
These commands were referenced from issue-xbrl-attestation.sh.
We would like to understand the reason for the error. Is it due to incorrect SAID and ECR credential retrieval methods, or could there be another issue?
thanks!
We plan to use https://github.com/GLEIF-IT/vlei-verifier to implement credential verification. However, we have encountered some issues and would like to seek advice on how to resolve them.
When we use the following command:
curl -v -X PUT "http://127.0.0.1:7676/presentations/EDgNZjB-XREf6KXRnYFR1mztbY5MjIqiPyVuT8Tw4DNR" -H "Content-Type: application/json+cesr" -d @ecr.json
an error occurred.
The SAID and the ecr credential file (ecr.json) were generated using the following commands:
SAID=$(kli vc list --name qvi --alias qvi --issued --said --schema EEy9PkikFcANV1l7EHukCeXqrzT1hNZjGlUk7wuMO5jw)
kli vc export --name person --alias person --passcode DoB26Fj4x9LboAFWJra17O --said $SAID > ecr.json
These commands were referenced from issue-xbrl-attestation.sh.
We would like to understand the reason for the error. Is it due to incorrect SAID and ECR credential retrieval methods, or could there be another issue?
thanks!