application-setup

Configure the network tools settings.

sentinel --task=application-setup --license_key=<string>
Option
Value Default Description
--license_key <string> The extension license key.
--autoinstall <1|0> 1 Set to 1 to run the installer and confgure the application.
--antivirus <1|0> 1 Set to 1 to install ClamAV or 0 to not.
--maxmind_key <string> he MaxMind geolocation license key. See: How to get a key
--webrisk_key <string> The Google Web Risk API key. See: How to get a key
--interserver <1|0> 0 Set to 1 to enable the InterServer antivirus signature provider.

Examples

// run the installer and configure the application
sentinel --task=application-setup --license_key=XXXXXXXXXXXXX

// run the installer, configure the application, and set the maxmind API key
sentinel --task=application-setup --license_key=XXXXXXXXXXXXX --maxmind_key=XXXXXXXXXXXXX