Viewing Certificate Authorities

You can use the following show commands to view information about the certificate authority (CA) configuration on the event broker.

Standard Domain Validation Certificate Authorities

To view the standard domain validation CA configuration, enter the following command:

solace> show standard-domain-certificate-authority {ca-name <ca-name> [cert [raw-content]|  detail] [count<num-elements>]}
        

Where:

  • ca-name—Displays the CAs matching the given pattern.
  • <ca-name>—Name of the CA. May contain * or ?.
  • cert—Displays the CA certificate information.
  • raw-content—Displays the CA certificate's raw content.
  • detail—Displays detailed information.
  • count <num-element>—The maximum number of elements to display.

Domain Validation Certificate Authorities

To view the domain validation CA configuration, enter the following command:

solace> show domain-certificate-authority {ca-name <ca-name> [cert [raw-content]| detail] [count<num-elements>]}
        

Where:

  • ca-name—Displays the CAs matching the given pattern.
  • <ca-name>—Name of the CA. May contain * or ?.
  • cert—Displays the CA certificate information.
  • raw-content—Displays the CA certificate's raw content.
  • detail—Displays detailed information.
  • count <num-element>—The maximum number of elements to display.

Client Authentication Certificate Authorities

To view the client authentication CA configurations and statistics, enter the following command:

solace> show client-certificate-authority {ca-name <ca-name> [cert [raw-content]| crl | stats | detail] [count<num-elements>] | stats}
        

Where:

  • ca-name—Displays the CAs matching the given pattern.
  • <ca-name>—Name of the CA. May contain * or ?.
  • cert—Displays the CA certificate information.
  • raw-content—Displays the CA certificate's raw content.
  • crl—Displays Certification Revocation List (CRL) information.
  • stats—Displays global statistics information.
  • detail—Displays detailed information.
  • count <num-element>—The maximum number of elements to display.

The following example displays the usage of ca-name command with a wildcard.

The following example displays detailed information of a CA certificate.

The following example displays statistics of a CA certificate.

To clear the client-certificate-authority stats for all client authentication CAs, enter the following:

solace# clear client-certificate-authority stats