NDR Sensor CLI

set certificate <set-certificate-entity-arg> <x509-encoded-certificate-arg>

Update certificate for the given entity.

Parameters:

Option Description
<certificate-entity> Entity for which the certificate will be updated.
Allowed values: SSP-INGRESS, SSP-KAFKA
<x509-encoded-certificate-text> X509 Encoded certificate argument
Allowed pattern: ^(-{5}BEGIN CERTIFICATE-{5}(.+?)-{5}END CERTIFICATE-{5})+$


Example:

ndr-sensor> set certificate SSP-Ingress "-----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----" Certificate was updated successfully!