<br><font size=2 face="sans-serif">No matter what I try, I can't seem to
get xmlsec.exe to sign a template with my untrusted-der certificate. I
consistently get error messages about the object not being found.</font>
<br>
<br><font size=2 face="sans-serif">xmlsec - -sign - -untrusted-der julie.cer
test.xml</font>
<br>
<br><font size=2 face="sans-serif">&nbsp;I've been able to use the library
to validate signatures created with this key.</font>
<br><font size=2 face="sans-serif">Admittedly, I'm not exactly sure what
to put in a template when using an untrusted-der. I've tried all sorts
of combinations, and none of them seem to work.</font>
<br>
<br><font size=2 face="sans-serif">The latest is:</font>
<br><font size=2 face="Courier New">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;</font>
<br><font size=2 face="Courier New">&lt;Signature xmlns=&quot;http://www.w3.org/2000/09/xmldsig#&quot;&gt;</font>
<br><font size=2 face="Courier New">&nbsp; &lt;SignedInfo&gt;</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &lt;CanonicalizationMethod
Algorithm=&quot;http://www.w3.org/TR/2001/REC-xml-c14n-20010315&quot;&gt;&lt;/CanonicalizationMethod&gt;</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &lt;SignatureMethod Algorithm=&quot;http://www.w3.org/2000/09/xmldsig#dsa-sha1&quot;&gt;&lt;/SignatureMethod&gt;</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &lt;Reference URI=&quot;http://server.example.com/test.txt&quot;&gt;</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; &lt;DigestMethod
Algorithm=&quot;http://www.w3.org/2000/09/xmldsig#sha1&quot;&gt;&lt;/DigestMethod&gt;</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; &lt;DigestValue&gt;&lt;/DigestValue&gt;</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &lt;/Reference&gt;</font>
<br><font size=2 face="Courier New">&nbsp; &lt;/SignedInfo&gt;</font>
<br><font size=2 face="Courier New">&nbsp; &lt;SignatureValue&gt;</font>
<br><font size=2 face="Courier New">&nbsp; &lt;/SignatureValue&gt;</font>
<br><font size=2 face="Courier New">&nbsp; &lt;KeyInfo&gt;</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &lt;X509Data&gt;</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &lt;/X509Data&gt;</font>
<br><font size=2 face="Courier New">&nbsp; &lt;/KeyInfo&gt;</font>
<br><font size=2 face="Courier New">&lt;/Signature&gt;</font>
<br>
<br><font size=2 face="sans-serif">Any suggestions?</font>
<br><font size=2 face="sans-serif"><br>
-- Regards,<br>
<br>
J. Bielski</font>