2.21 configuration/https

GET

Since version 2.8

Get the HTTPS configuration information.

Responses
200GET successful.
Response (application/json): object
MemberTypeDescription
certificateChain
object

Information about the active certificate.

read-only

  serverCertificateInfo
array

Information about the active certificate.

Since version: 2.8

certificateType
string

Shows the certificate type

Since version: 2.8

supportedCertificateTypes
string

Since version: 2.8

read-only

PATCH

Since version 2.8

Change the HTTPS encryption settings.

Request body (application/json): object
MemberTypeDescription
certificateChain
object

Information about the active certificate.

read-only

  serverCertificateInfo
array

Information about the active certificate.

Since version: 2.8

certificateType
string

Shows the certificate type

Since version: 2.8

supportedCertificateTypes
string

Since version: 2.8

read-only

Responses
200PATCH successful.
400The 'certificateType' parameter should be self-signed.