Replies: 1 comment
-
Check the content of your plcs12 file. Likely these 4 certs are there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
When I signed a xml with a https://www.aleksey.com/xmlsec/api/xmlsec-examples-sign-x509.html#xmlsec-example-sign3 (but using a pkcs12 cert) the xml created four X509Certificate inside a X509Data.
The only modify thing i made is (key_file) is a certificate.pfx:
dsigCtx->signKey = xmlSecCryptoAppPkcs12Load (key_file, "1234", NULL, NULL);
tks
Beta Was this translation helpful? Give feedback.
All reactions