Skip Navigation

Examples for the Linux configuration file

Use the following parameters in the plain text file used to configure the Agent on your Linux devices. This is required to ensure all agents properly communicate with
CylanceON-PREM
. Use the DNS for your virtual appliance.
Example of third-level domain name (onprem.example.com):
InstallRegistrationURL=<onpremurl> Example: https://onprem.example.com InstallTrustedSuffix=<onpremurlsuffix> Example: example.com InstallInfinityURL=<onpremurl> Example: https://onprem.example.com Example of second-level domain name (example.com):
Example of second-level domain name (example.com):
InstallRegistrationURL=<onpremurl> Example: https://example.com InstallTrustedSuffix=<onpremurlsuffix> Example: example.com InstallInfinityURL=<onpremurl> Example: https://example.com
Example:
echo InstallToken=YourInstallationToken > config_defaults.txt echo InstallRegistrationURL=<onpremurl> >> config_defaults.txt echo InstallTrustedSuffix=<onpremurlsuffix> >> config_defaults.txt echo InstallInfinityURL=<onpremurl> >> config_defaults.txt