Erwin Carnaque

Results 3 comments of Erwin Carnaque

Hola compatriota, lograste solucionarlo? Tengo el mismo problema, obtengo este error como respuesta `Incorrect reference digest value`

Hello guys, I managed to solve it, tomorrow I will share my solution

this was my solution ```javascript const signature = new SignedXml(); signature.addReference( "//*[local-name(.)='Invoice']", [ 'http://www.w3.org/2000/09/xmldsig#enveloped-signature', 'http://www.w3.org/2001/10/xml-exc-c14n#', ], 'http://www.w3.org/2001/04/xmlenc#sha256', '', '', '', true, ); signature.signingKey = Buffer.from(certificate.key); signature.canonicalizationAlgorithm = 'http://www.w3.org/2001/10/xml-exc-c14n#'; signature.signatureAlgorithm =...