Install the CylanceHYBRID CA certificate on the macOS device

To ensure the secure communication between your CylanceHYBRID server and your devices, the CA certificate used to sign the certificate and the key used on the server must be installed (trusted) on every device with an agent.

  1. On the macOS device, copy to or download the root CA certificate. In this example, the file is in the Downloads folder. If you save it to a different folder, you must navigate to that folder in the Terminal and then run the command to add the certificate.
  2. Click Launchpad.
  3. In the search field, type terminal and click the Terminal icon.
  4. In Terminal, type cd ./Downloads and press Return.
  5. Type sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain rootCA.crt and press Return. In this example, the root CA certificate is named rootCA.crt. If your certificate has a different file name, be sure to type the correct file name in the command before you run it.
  6. Type your password and press Return.