add ssl-inspection trusted-ca-certificate

Description

Add an SSL Inspection Trusted CA certificate.

Syntax

add ssl-inspection trusted-ca-certificate cert-base64-encoding <cert-base64-encoding>

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 base64 command on Linux OS) to convert your certificate file in the CRT format to the Base64 string.

Example

  1. Convert the CRT file to the Base64 string using the Linux base64 command (output is truncated):

    > base64 example_cert.crt | tr -d "\n\r"

    HNaeENSdHpYRGU1REI0N204...0tCg==

  2. Add the SSL Inspection Trusted CA certificate (truncated):

    add ssl-inspection trusted-ca-certificate cert-base64-encoding HNaeENSdHpYRGU1REI0N204...0tCg==