Digitally sign files
You can use a plugin to digitally sign files created by the Bravura Security Fabric server. Use this to sign MSI files for installing on local service mode resources.
To use a digital signature plugin, ensure that the plugin is located in the plugin directory, then type the plugin name in the Modules > Options > DIGITAL SIGN PLUGIN field.
There are no shipped plugins for this plugin point.
Requirements
See Writing pluginsfor general requirements.
Execution points
This plugin runs when Bravura Privilege creates local-service-mode installation keys, whether manually created in the Manage the system (PSA) module or by a replicating server generating the installation files.
Input
The plugin accepts the following input:
"" "" = { "FILES" "" = { "name" = "<file name>" "name" = "<file name>" . . . } }
Output
The plugin expects the following output:
"" "" = { "retval" = "0" /* optional "errmsg" = "<message>" "warnmsg" = "<message>" "infomsg" = "<message>" }
For retval, 0 indicates success and non-zero indicates failure.