Reload Certificate

Reload All Certificates

모든 Virtual Hosts의 Certificate를 일괄적으로 Reload합니다. 실패하더라도 기존 Certificate를 계속 사용합니다.

Request

POST /v1/vhosts:reloadAllCertificates
Authorization: Basic {credentials}

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

Responses

200 Ok

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
500 Internal Server Error

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

Reload Certificate

지정한 Virtual Hosts의 Certificate를 Reload합니다. 실패하더라도 기존 Certificate를 계속 사용합니다.

Request

POST /v1/vhosts/{vhost}:reloadCertificate

Header

Responses

200 Ok

The request has succeeded

Header

Body

500 Internal Server Error

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?