---
title: "Rotate zone certificate"
slug: "rotate-zone-certificate"
updated: 2026-04-04T02:22:39Z
published: 2026-04-04T02:22:47Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.fortanix.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Rotate zone certificate

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

Rotates the Zone Certificate for the specified Zone

SecurityAPI Key: bearerTokenHeader parameter nameAuthentication

A JWT bearer token to be passed once authenticated.

Path parameterszone-idstring (uuid) Required

UUID of a zone.

Responses200

Details of the new zone certificate.

<select class='api-response-data' aria-label='Media type'><option value='60cbcd0b-2c96-4ced-9d6f-c9d1835f9e22'>application/json</option>
</select>object  

Detailed info of all zone certificates.

current_certificatestring    

Current Zone certificate (PEM format).

next_certificatestring    

New Zone certificate (PEM format).

previous_certificates Array of string   

Old Zone certificates (PEM format).

string
