HTTPS_CER_PROP

 

Description

Get properties of HTTPS certificate.

The firmware decodes its HTTPS certificate. If there is HTTPS certificate in the device, the return of this URL shows the properties of certificate.
The certificate properties include

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

Input Argument

None

Attribute

Return of Message

Device has HTTPS certificate file

Version: 3
Serial Number: 289
Signature Algorithm: sha1WithRSAEncryption
Issuer: C=AU, ST=QLD, O=CA Ltd, OU=CS, CN=SSLeay demo server
Validity
    Not Before: Mar  8 09:46:21 2011 GMT
    Not After : Mar  7 09:46:21 2012 GMT
Subject: C=AU, ST=QLD, L=Portland, O=MyCompany Ltd., OU=SSPO, CN=www.myserver.com
Subject Public Key Info:
    Public Key Algorithm: rsaEncryption
    RSA Public Key: (1024 bit)
    Modulus (1024 bit):
        00:d9:d5:1d:61:83:57:18:7f:43:9d:38:28:c3:8e:
        ff:9f:92:75:db:a1:a0:7b:b9:9e:45:0a:db:c6:f0:
        40:6f:c5:73:11:e0:70:42:61:2c:16:c2:41:9e:e4:
        f2:07:20:3a:41:fd:36:31:c1:b2:3f:d8:de:40:3c:
        4f:f0:06:c5:dc:e2:86:13:ff:57:dd:50:e3:d0:3d:
        5b:76:68:61:f7:8c:3b:de:b5:31:85:99:5f:a3:b4:
        a4:6c:51:89:f9:c2:3d:56:1b:e3:41:e6:17:a3:71:
        50:50:ad:bb:9c:d4:e9:10:b4:e3:4e:77:70:14:8a:
        88:56:be:d8:a0:d2:0c:d1:d5
        Exponent: 65537 (0x10001)
Signature
    Algorithm: md5WithRSAEncryption
    Signature:
        81:b6:90:6f:98:de:56:ab:81:6a:7f:e5:1a:a0:e5:6e:db:f8:
        3f:ff:fb:03:21:8a:89:17:db:7d:86:13:80:4f:90:e0:ad:78:
        72:6f:94:47:1a:08:61:80:9d:fb:a3:c5:45:f2:9c:6e:fc:c6:
        50:2a:82:be:c4:24:4b:0e:92:69:dd:e7:60:d4:1a:9f:1d:8e:
        38:93:d4:f8:36:0f:a0:58:20:3f:f5:78:6d:f8:fb:2d:d0:e2:
        f2:54:6b:06:23:c4:2c:b7:37:f6:e2:7a:c5:47:b0:cd:14:b4:
        46:f6:91:75:9f:7c:b8:11:9e:19:2b:cd:7a:9b:d5:fd:83:75:
        da:92
-----BEGIN CERTIFICATE REQUEST-----
MIIBrjCCARcCADBvMQswCQYDVQQGEwJBVTEMMAoGA1UECBMDUUxEMREwDwYDVQQH
EwhQb3J0bGFuZDEZMBcGA1UEChMQTWluY29tIFB0eS4gTHRkLjENMAsGA1UECxME
U1NQTzEVMBMGA1UEAxMMd3d3LkFubmUuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GN
ADCBiQKBgQDZ1R1hg1cYf0OdOCjDjv+fknXboaB7uZ5FCtvG8EBvxXMR4HBCYSwW
wkGe5PIHIDpB/TYxwbI/2N5APE/wBsXc4oYT/1fdUOPQPVt2aGH3jDvetTGFmV+j
tKRsUYn5wj1WG+NB5hejcVBQrbuc1OkQtONOd3AUiohWvtig0gzR1QIDAQABoAAw
DQYJKoZIhvcNAQEEBQADgYEAgbaQb5jeVquBan/lGqDlbtv4P//7AyGKiRfbfYYT
gE+Q4K14cm+URxoIYYCd+6PFRfKcbvzGUCqCvsQkSw6Sad3nYNQanx2OOJPU+DYP
oFggP/V4bfj7LdDi8lRrBiPELLc39uJ6xUewzRS0RvaRdZ98uBGeGSvNepvV/YN1
2pI=
-----END CERTIFICATE REQUEST-----
        

Device does not have HTTPS certificate file

HTTPS_CER_PROP=''

Device does not support HTTPS

ERROR: HTTPS_CER_PROP not found

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_CSR_CREATE, HTTP_CSR_REMOVE, HTTPS_CER_CREATE

Example

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

Back To

HOME, SYSTEM CGI,