Rotate zone certificate

Prev Next
Post
/v1/zones/{zone-id}/certificates/rotate

Rotates the Zone Certificate for the specified Zone

Security
API Key: bearerToken
Header parameter nameAuthentication

A JWT bearer token to be passed once authenticated.

Path parameters
zone-id
string (uuid) Required

UUID of a zone.

Responses
200

Details of the new zone certificate.

object

Detailed info of all zone certificates.

current_certificate
string

Current Zone certificate (PEM format).

next_certificate
string

New Zone certificate (PEM format).

previous_certificates
Array of string

Old Zone certificates (PEM format).

string