Cisco Multicloud Defense User Guide

PDF

Cisco Multicloud Defense User Guide

Install Root CA as Trusted CA on the Hosts

Want to summarize with AI?

Log in

Install a root CA certificate as a trusted certificate on Ubuntu, CentOS, or Windows hosts so clients trust certificates issued for proxy traffic.


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>.