[xmlsec] Problems passing keys to xmlsec

Aleksey Sanin aleksey at aleksey.com
Tue Jan 24 07:40:25 PST 2006


Easy one :) Try the following command

$ xmlsec1 --sign --pkcs8-pem seckey.pem --pubkey-pem cert.pem ~/test.xml

instead of

$ xmlsec1 --sign ~/test.xml --pkcs8-pem seckey.pem --pubkey-pem cert.pem

(template filename should be at the end).

Aleksey

Dmitry Belyavsky wrote:
> Greetings!
> 
> On Mon, 23 Jan 2006, Aleksey Sanin wrote:
> 
>> It should call xmlSecAppCryptoSimpleKeysMngrKeyAndCertsLoad() function
>> somewhere around line 2138 in apps/xmlsec.c file.
> 
> Sorry, it doesn't.
> 
> Thank you!
> 



More information about the xmlsec mailing list