MethodPathDescription
POST/v1/cluster/certificates/rotateRegenerate all internal cluster certificates

Rotate cluster certificates

POST /v1/cluster/certificates/rotate

Regenerates all internal cluster certificates.

The certificate rotation will be performed on all nodes within the cluster. If “name” is provided, only rotate the specified certificate on all nodes within the cluster.

Request

Example HTTP request

POST /cluster/certificates/rotate

Request headers

KeyValueDescription
Hostcnm.cluster.fqdnDomain name
Acceptapplication/jsonAccepted media type

Response

Responds with a 200 OK status code if the internal certificates successfully rotate across the entire cluster.

Status codes

CodeDescription
200 OKNo error
400 Bad RequestFailed, not all nodes have been updated.
403 ForbiddenUnsupported internal certificate rotation.