appfw signatures¶
The following operations can be performed on "appfw signatures":
rm appfw signatures¶
Removes the specified signature object from the application firewall.
Synopsys¶
rm appfw signatures <name>
Arguments¶
name
Name of the signature object.
Example¶
rm signatures <name>
show appfw signatures¶
Displays the specified signatures object. If no signatures object is specified, displays all signatures objects defined on the NetScaler appliance.
Synopsys¶
show appfw signatures [<name>]
Arguments¶
name
Name of the signature object.
Outputs¶
response
Example¶
show appfw signatures
import appfw signatures¶
Imports the specified signatures object to the NetScaler appliance and assigns it the specified name.
Synopsys¶
import appfw signatures <src> <name> [-xslt <string>] [-comment <string>] [-overwrite] [-merge] [-sha1 <string>]
Arguments¶
src
URL (protocol, host, path, and file name) for the location at which to store the imported signatures object.
NOTE: The import fails if the object to be imported is on an HTTPS server that requires client certificate authentication for access.
name
Name to assign to the signatures object on the NetScaler appliance.
xslt
XSLT file source.
comment
Any comments to preserve information about the signatures object.
overwrite
Overwrite any existing signatures object of the same name.
merge
Merges the existing Signature with new signature rules
sha1
File path for sha1 file to validate signature file
Example¶
import signatures http://www.example.com/ns/signatures.xml my-signature
update appfw signatures¶
Updates the specified signatures object from the source.
Synopsys¶
update appfw signatures <name>
Arguments¶
name
Name of the signatures object to update.
Example¶
update signatures my-signatures