Reload the certificate of the API Server. In case of failure, the existing certificate will continue to be used.
Request
Authorization: Basic {credentials} # Authorization Credentials for HTTP Basic Authentication created with <AccessToken>
Responses
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
TLS is not enabled for the API Server
{ "message": "[HTTP] TLS is not enabled for the API Server (400)", "statusCode": 400 }
Failed to reload the certificate, so the existing one will be kept. The reason for the failure can be found in the server logs.
{ "message": "[HTTP] Failed to create a certificate for API Server (500)", "statusCode": 500 }
Last updated 3 days ago
Was this helpful?