You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 22, 2019. It is now read-only.
Also I put generated keys into issuers/verifiers directories following way:
irma_api_server% ls src/main/resources/verifiers
pk.der
irma_api_server% ls src/main/resources/issuers
sk.der
What else can I perform to have verification/disclosure working?
The text was updated successfully, but these errors were encountered:
mrtuborg
changed the title
[ Simple verification: Failure ] Trying to verify early issued attributes
[ Simple verification: Failure ] Trying to verify/disclose early issued attributes
Oct 10, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I was able repeat the whole demo.
I have instances of irma_api_server, Irma_configuration, keyshare_server and running irma_mobile on iOS.
I was able to issue attributes on my instance of Irma_api_server with example/issue.html-website hosted on irma_api_server.
But every time I am trying to verify attributes with example/verify.html returns me:
in the browser.
On the log screen I have following:
I have generated keys with
utils/keygen.sh
, as it said in README.md,and have following src/main/resources/config.json
Also I put generated keys into issuers/verifiers directories following way:
What else can I perform to have verification/disclosure working?
The text was updated successfully, but these errors were encountered: