ctt-gob-es / clienteafirma

Cliente @firma
http://administracionelectronica.gob.es/ctt/clienteafirma
256 stars 121 forks source link

AutoFirmaCommandLine.exe: A value that is not valid (...\test.xml) was specified for the inputFormat parameter. Valid values are Text and Xml #386

Open underdpt opened 7 months ago

underdpt commented 7 months ago

Hola a todos,

Me encuentro con el siguiente error al intentar firmar desde línea de comandos, con el siguiente comando:

AutoFirmaCommandLine.exe sign -format xades -store pkcs12:d:\certificado.pfx -password 12345678 -i D:\test.xml -alias {c8b48001-e880-4a0d-ba3c-8eceb23bdaf6} -o d:\test_signed.xml

El error es:

AutoFirmaCommandLine.exe: A value that is not valid (D:\test.xml) was specified for the inputFormat parameter. Valid values are Text and Xml.

Parece que confunde el parámetro -i con inputFormat pero no logro solucionarlo.

La versión es la 1.8.2.

¿Le ha pasado a alguién más?