[xmlsec] LAst try with x509
Chris McQueen
chris at dctransform.com
Wed Jun 13 17:21:27 PDT 2007
Very nice!
IT is a little strange, for only works when you remove the X509IssuerSerial
sub-nodes from the template:
This works:
<X509Data>
<X509Certificate></X509Certificate>
<X509IssuerSerial></X509IssuerSerial>
</X509Data>
This does not:
<X509Data>
<X509Certificate></X509Certificate>
<X509IssuerSerial>
<X509IssuerName></X509IssuerName>
<X509SerialNumber></X509SerialNumber>
</X509IssuerSerial>
</X509Data>
Thanks so much for your time and patience, Aleksey :)
Chris McQueen
-----Original Message-----
From: Aleksey Sanin [mailto:aleksey at aleksey.com]
Sent: Wednesday, June 13, 2007 6:59 PM
To: chris at dctransform.com
Cc: xmlsec at aleksey.com
Subject: Re: [xmlsec] LAst try with x509
> Is this simply not possible to do using the command line tool alone?
In you signature template, add the children of X509Data node.
Aleksey
More information about the xmlsec
mailing list