The executable file FirmaSAT.exe
must be in the environment PATH variable (which it should be).
For more examples and the latest advice,
go to our command-line utility page.
FirmaSAT HELP
By default the output is sent to the console. To output to a file, use the "-o" option.
WARNING: The output file must be specified using the "-o" option. This first example will not work.
FirmaSAT SIGNXML -k llave.key -p password -c certificado.cer muestra.xml muestra-signed.xml
But these next three examples are OK:
FirmaSAT SIGNXML -k llave.key -p password -c certificado.cer -o muestra-signed.xml muestra.xml
FirmaSAT SIGNXML -k llave.key -p password -c certificado.cer -o muestra-signed.xml -i muestra.xml
FirmaSAT SIGNXML -k llave.key -p password -c certificado.cer -i muestra.xml -o muestra-signed.xml