- What is CylanceHYBRID?
- CylanceHYBRID architecture
- Setting up the CylanceHYBRID application
- CylanceHYBRID system requirements
- Installing the CylanceHYBRID application
- Upgrading your CylanceHYBRID version
- Configuring the CylanceHYBRID application
- Use the CylanceHYBRID console
- Using the CylanceHYBRID Status page
- Installing the agents that communicate with CylanceHYBRID
- Steps to install the device agents that communicate with CylanceHYBRID
- Installing agents on Windows devices
- Installing agents on macOS devices
- Installing agents on Linux devices
- Troubleshooting
- Third-party products and licenses
- BlackBerry Docs
- CylanceHYBRID
- CylanceHYBRID Administration Guide
- Examples for the Linux Configuration File
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 . Use the DNS for your virtual appliance.
Example of third-level domain name (login.hybrid.com):
InstallRegistrationURL=<hybridurl>
Example: https://login.hybrid.com
InstallTrustedSuffix=<hybridurlsuffix>
Example: hybrid.com
InstallInfinityURL=<hybridurl>
Example: https://login.hybrid.com
Example of second-level domain name (hybrid.com):
InstallRegistrationURL=<hybridurl>
Example: https://hybrid.com
InstallTrustedSuffix=<hybridurlsuffix>
Example: hybrid.com
InstallInfinityURL=<hybridurl>
Example: https://hybrid.com
Example:
echo InstallToken=YourInstallationToken > config_defaults.txt echo InstallRegistrationURL=<hybridurl> >> config_defaults.txt echo InstallTrustedSuffix=<hybridurlsuffix> >> config_defaults.txt echo InstallInfinityURL=<hybridurl> >> config_defaults.t