Reload Certificate

Reload All Certificates

Batch reload certificates of all Virtual Hosts. In case of failure, the existing certificate will continue to be used.

Request

chevron-rightPOST /v1/vhosts:reloadAllCertificateshashtag
Authorization: Basic {credentials}

# Authorization
    Credentials for HTTP Basic Authentication created with <AccessToken>

Responses

chevron-right200 Okhashtag

The request has succeeded

Header

Content-Type: application/json

Body

{
    "message": "OK",
    "statusCode": 200
}

# statusCode
	Same as HTTP Status Code
# message
	A human-readable description of the response code
chevron-right500 Internal Server Errorhashtag

Failed to reload certificate. Keep the existing certificate. The reason for the failure can be found in the server logs.

Reload Certificate

Reload the certificate of the specified Virtual Hosts. In case of failure, the existing certificate will continue to be used.

Request

chevron-rightPOST /v1/vhosts/{vhost}:reloadCertificatehashtag

Header

Responses

chevron-right200 Okhashtag

The request has succeeded

Header

Body

chevron-right500 Internal Server Errorhashtag

Failed to reload certificate. Keep the existing certificate. The reason for the failure can be found in the server logs.

Last updated

Was this helpful?