add ssl-inspection trusted-ca-certificate
Description
Add an SSL Inspection Trusted CA certificate.
Syntax
|
|
Parameters
|
Parameter |
Description |
|---|---|
|
<cert-base64-encoding> |
The Base64 string of the certificate file in the CRT format (after it was converted to the Base64 format). Use any Base64 encoding tool (for example, the |
Example
-
Convert the CRT file to the Base64 string using the Linux
base64command (output is truncated):> base64 example_cert.crt | tr -d "\n\r"HNaeENSdHpYRGU1REI0N204...0tCg== -
Add the SSL Inspection Trusted CA certificate (truncated):
add ssl-inspection trusted-ca-certificate cert-base64-encoding HNaeENSdHpYRGU1REI0N204...0tCg==