Show self-signed certificate

Prev Next

To show self-signed certificate, send the following request:

GET https://<IA_IP_address>/config/v1/tlc/nicertificate

Example

GET https://xxx.xxx.xxx.xxx/config/v1/tlc/nicertificate

cURL code sample: show self-signed certificate

cURL code sample: show self-signed certificate

curl -k -u <username>:<password> -XGET http://xxx.xxx.xxx.xxx/config/v1/tlc/nicertificate 

This cURL sample includes the following options:

  • -X GET—Specifies using the GET method.

  • -u username:password—Specifies the username and password of the NDR appliance.

  • http://xxx.xxx.xxx.xxx/config/v1/tlc/nicertificate—The certificate request URL. Replace xxx.xxx.xxx.xxx with the IP address of your NDR appliance.

  • Response message—A standard HTTP response message.

  • Request successful; Successfully shows the self-signed certificate on the appliance.

Results

This example shows the self-signed certificate on your NDR appliance.