-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
I congratulate you on the code you have developed.
I tried to add my own certificate.pem from my issuer/verifier web using this code:
configureReaderTrustStore(
context,
R.raw.pid_issuer_cacz01,
R.raw.pid_issuer_caee01,
R.raw.pid_issuer_caeu01,
R.raw.pid_issuer_calu01,
R.raw.pid_issuer_canl01,
R.raw.pid_issuer_capt01,
R.raw.pid_issuer_caut01
)
However, I keep getting this error:
"Invalid resolution: InvalidJarJwt(cause=Untrusted x5c)"
Do you have a solution for this issue?
simplekjl
Activity
simplekjl commentedon Mar 27, 2025
Following this thread