dss-demonstrations icon indicating copy to clipboard operation
dss-demonstrations copied to clipboard

Is it possible to add another root/intermediate certificate into TrustedList to verify QESig

Open climsaroj opened this issue 1 year ago • 1 comments

I've a question about how to add another root/intermediate certificate into TrustedList to verify for QESig

I've successfully add a signer certificate into customCertificate Source which is certificateVerifier.setTrustedCertSources( trustedListSource(), trustedCertificateSource() ); certificateVerifier.setTrustedCertSources( trustedListSource(), customCertificateSource() ); and it successfully verify the signature but it the Qualification shows N/A and Unable to build a certificate chain up to a trusted list! Screenshot 2567-07-23 at 14 16 48

So, I tried to add my root and intermediate certificate into eu-lotl-no-sig.xml and signed it and it shows that NO_CERTIFICATE_CHAIN_FOUND

Screenshot 2567-07-23 at 14 26 44

Am I do it correctly or any help would be appreciated.

Thank you

climsaroj avatar Jul 23 '24 07:07 climsaroj