NAME
xmlsig - Command line interface to XML::SIG::OO
SYNOPSIS
xmlsig -mode=(s|v)
OPTIONS
- -help
 - 
Prints a short help message and exists
 - -man
 - 
Prints the full manpage
 - -mode=(s|v)
 - 
Signature mode:
-mode=s -key=filenameVerify mode:
-mode=v - -in=filename
 - 
When set, this acts as the input file. The default input file is stdin.
 - -out=filename
 - 
When set, this becomes the output file. The default output file is stdout.
 - -key=filename
 - 
The key used for signing. The file format expect is pem.
 - -cert=filename
 - 
The cert file used for signing ( only used with rsa ). The file format expected is pem.
 - -cacert=filename
 - 
The cacert used for validation, if not set the cacert is not checked. The file format expected is pem.
 
DESCRIPTION
This is the command line interface to XML::Sig::OO. "xmsig" can be used to either sign or validate xml files from the command line.