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.
- 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.
- Click Launchpad.
- In the search field, type
terminaland click the Terminal icon. - In Terminal, type
cd ./Downloadsand press Return. - Type
sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain rootCA.crtand 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. - Type your password and press Return.