We are rolled out Zscaler Client connector to Mac endpoints installation is successful but the certificate is not getting trusted according to the below article this is know issue but this can be achieved by using MDM.
We have workspace one as an MDM so need help with workspace one configuration document if yyou have
We don’t have a WorkspaceONE specific document for this specifically. In order to get the endpoint to trust the certificate, you will need to run a command via your MDM. This is no different than running any other command with sudo privileges on macOS using your MDM.
Your package should include the downloaded cert and the script only needs one command which should be run with sudo privileges:
security add-trusted-cert -d -r trustRoot -k <PATH_TO_YOUR_CERT>