From 3c453dd93b2db5ae2129d1ece7c3cb3deb6314dd Mon Sep 17 00:00:00 2001 From: Hemachandar Date: Wed, 4 Feb 2026 11:20:49 +0530 Subject: [PATCH] Add friendly message for async certificate generation --- src/Appwrite/Platform/Workers/Certificates.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Appwrite/Platform/Workers/Certificates.php b/src/Appwrite/Platform/Workers/Certificates.php index bfa6bf87c7..ee59d6d09f 100644 --- a/src/Appwrite/Platform/Workers/Certificates.php +++ b/src/Appwrite/Platform/Workers/Certificates.php @@ -318,6 +318,9 @@ class Certificates extends Action if ($certificates->isInstantGeneration($domain->get(), $domainType)) { $rule->setAttribute('status', RULE_STATUS_VERIFIED); $certificate->setAttribute('logs', 'Certificate successfully generated.'); + } else { + // Delayed generation: third-party handles certificate issuance asynchronously + $certificate->setAttribute('logs', 'Certificate generation requested. We\'ll periodically check and update the status.'); } $certificate->setAttributes([