Is it possible to add another root/intermediate certificate into TrustedList to verify QESig
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!
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
Am I do it correctly or any help would be appreciated.
Thank you