FirmaSAT Manual

Command-line utility

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.

To see the syntax, open a command line console and type
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 
[PREV: Error Codes...]   [Contents]   [Index]   
   [NEXT: Example batch file...]

Copyright © 2007-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-04-08T04:07:56Z.