HTTPS_CER_NAME

 

Description

Get Common Name in HTTPS Certificate.

The firmware decodes its HTTPS certificate for the common name. In general, this common name is the address of the HTTPS server. This address could be host name including domain name or an IP address of the HTTPS server. People might use wildcard address to apply the HTTPS certificate from CA.

If the return value of this URL is HTTPS_CER_NAME='', there is no HTTPS certificate in the device.

Input Argument

None

Attribute

Return of Message

HTTPS_CER_NAME='www.myserver.com'
or
HTTPS_CER_NAME=''
or
ERROR: HTTPS_CER_NAME 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_CSR_PROP, HTTPS_CER_PROP, HTTPS_CSR_CREATE, HTTP_CSR_REMOVE, HTTPS_CER_CREATE

Example

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

Back To

HOME, SYSTEM CGI,