HTTPS_CSR_REMOVE

 

Description

Remove HTTPS Certificate Signing Request file from device.

When this command is sent, the device removes the HTTPS Certificate Singing Request (CSR) file form its flash.
The HTTPs function will be not availabel after the reboot.
If there is no HTTPS CSR file in the device, no error message will be returned. The return code, OK, was sent by deivce in this case.
The firmware removes all HTTPs files when this command was executed.

Input Argument

None

Attribute

Return of Message

OK
or
ERROR: HTTPS_CSR_REMOVE not found (not support HTTPS function)

Applicability

Platform Devices Supported Firmware Version
PlatformA Camera, Video server A1D-220-V3.14 and later
PlatformT Camera, Video server A1D-310-V4.10 and later
PlatformK Camera A1D-311-V5.05 and later

Statue

Valid

See also

HTTPS_CSR_NAME, HTTPS_CER_NAME, HTTPS_CSR_PROP, HTTPS_CER_PROP, HTTPS_CSR_CREATE, HTTPS_CER_CREATE

Example

http://ip:port/cgi-bin/system?USER=admin&PWD=123456&HTTPS_CSR_REMOVE
or
http://ip:port/cgi-bin/cmd/system?HTTPS_CSR_REMOVE

Back To

HOME, SYSTEM CGI,