All renewal attempts have been exhausted, likely due to an invalid DNS
setup.
FailedRetryingCaaChecking
Most recent renewal failed due to a CAA retrieval failure. This means that
the domain's DNS provider does not properly handle CAA records, failing
requests for CAA records when no CAA records are defined. Renewals will
continue to fail until the DNS provider is changed or a CAA record is
added for the given domain. The last successfully provisioned certificate
may still be serving.
FailedRetryingCaaForbidden
Most recent renewal failed due to an explicit CAA record that does not
include one of the in-use CAs (Google CA and Let's Encrypt). Renewals will
continue to fail until the CAA is reconfigured. The last successfully
provisioned certificate may still be serving.
FailedRetryingNotVisible
Most recent renewal failed due to an invalid DNS setup and will be
retried. Renewal attempts will continue to fail until the certificate
domain's DNS configuration is fixed. The last successfully provisioned
certificate may still be serving.
Ok
Certificate was successfully obtained and inserted into the serving
system.
Pending
Certificate is under active attempts to acquire or renew.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `ManagementStatus` enum within the Google Cloud App Engine v1 API."],["The `ManagementStatus` enum describes the state of certificate management, including the success or failure of certificate acquisition and renewal attempts."],["There are multiple versions of the App Engine v1 API available, from the latest version 2.4.0 to version 1.0.0, each with its own documentation page."],["Possible states for certificate management include `Ok`, `Pending`, `Unspecified`, and several failure states such as `FailedPermanent`, `FailedRetryingCaaChecking`, `FailedRetryingCaaForbidden`, and `FailedRetryingNotVisible`, each describing different issues encountered."],["The enum fields and descriptions section define what each state means, including specific causes and recovery actions for failed states, like needing to correct DNS configurations."]]],[]]