Skip Navigation

Create a
macOS
configuration file

Use the following parameters to create the cyagent_install_token plain-text file that is used to configure the agent on your
macOS
devices. This is required to ensure that all agents properly communicate with
CylanceHYBRID
. Use the DNS name for your
CylanceHYBRID
application.
Parameter
Example
Example of third-level domain name (login.hybrid.com):
InstallRegistrationURL=<
hybridurl
>
InstallRegistrationURL=https://login.hybrid.com
InstallTrustedSuffix=<
hybridurlsuffix
>
InstallTrustedSuffix=hybrid.com
InstallInfinityURL=<
hybridurl
>
InstallInfinityURL=https://login.hybrid.com
Example of second-level domain name (hybrid.com):
InstallRegistrationURL=<
hybridurl
>
InstallRegistrationURL=https://hybrid.com
InstallTrustedSuffix=<
hybridurlsuffix
>
InstallTrustedSuffix=hybrid.com
InstallInfinityURL=<
hybridurl
>
InstallInfinityURL=https://hybrid.com
Example:
echo YourInstallationToken >> cyagent_install_token echo InstallRegistrationURL=<hybridurl> >> cyagent_install_token echo InstallTrustedSuffix=<hybridurlsuffix> >> cyagent_install_token echo InstallInfinityURL=<hybridurl> >> cyagent_install_token sudo installer-pkg CylancePROTECT Desktop.pkg -target /
The following is a example of a completed cyagent_install_token file:
InstallToken=YourInstallationToken InstallRegistrationURL=https://login.hybrid.com InstallTrustedSuffix=hybrid.com InstallInfinityURL=https://login.hybrid.com