Install Root CA as Trusted CA on the Hosts

OS

Command

Ubuntu

Copy crt file to /usr/local/share/ca-certificates. Run the command sudo update-ca- certificates.

CentOS

Copy crt file to /etc/pki/ca-trust/source/anchors. Run the command sudo update-ca- trust extract.

Windows

Double click the file and add the cert to Trusted Root, or run the command certutil -addstore "Root" <crt-file>.