Well, you have namespaces so it complicates things a little: --id-attr[:<attr-name>] [<node-namespace-uri>:]<node-name>
so you need to have something like this in the command line: --id-attr:Id http://www.apis-it.hr/fin/2012/types/f73:RacunZahtjev Aleksey On 10/26/12 12:06 AM, Nenad Jebiv wrote: > > Hi Aleksey, > > I'm using xmlsec downloaded from Zlatkovic's page on Win7/64 bit > > I have problem to sign some xml (in attachement) from command line. > > xmlsec --sign --id-attr:Id signXmlId --output.xml --pkcs12 cert.pfx > --pwd pwd input.xml > returns > expr=xpointer(id('signXmlId')) > > xmlsec --sign --id-attr:Id RacunZahtjev --output.xml --pkcs12 cert.pfx > --pwd pwd input.xml > signs xml but output.xml does not have valid signature. > > Certificate is tested with another tool and it's working fine on same xml. > > Please can you tell me what I'm missing. > > BR > Nenad > > PS: Please don't point me to FAQ section 3.2 if possible :-) > > > > _______________________________________________ > xmlsec mailing list > [email protected] > http://www.aleksey.com/mailman/listinfo/xmlsec > _______________________________________________ xmlsec mailing list [email protected] http://www.aleksey.com/mailman/listinfo/xmlsec
