From 52786b827318c11d46ec590933bcde3bd702ff33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Tue, 23 Jan 2024 10:35:47 +0000 Subject: [PATCH] PR review changes --- app/config/locale/templates/email-certificate-failed.tpl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/config/locale/templates/email-certificate-failed.tpl b/app/config/locale/templates/email-certificate-failed.tpl index 03d7be9048..18751ff412 100644 --- a/app/config/locale/templates/email-certificate-failed.tpl +++ b/app/config/locale/templates/email-certificate-failed.tpl @@ -1,5 +1,5 @@

Hello,

-

Domain {{domain}} failed to generate certificate after {{attempts}} consecutive attempts with following error:

+

Your domain {{domain}} failed to generate certificate after {{attempts}} consecutive attempts with the following error:

@@ -12,8 +12,9 @@

We suggest to follow the below steps:

  1. Examine the logs above to try and identify the issue
  2. -
  3. Ensure the domain did not expire without a renewal
  4. -
  5. Check DNS configuration for any unwanted changes
  6. +
  7. Ensure your domain has not expired
  8. +
  9. Check your DNS configuration for any unexpected values
  10. +
  11. Manually re-trigger a certificate generation from the Appwrite Console

The existing certificate will remain valid for 30 days from the initial failure. It is highly recommended to investigate this issue; failing to do so will lead to security vulnerabilities.

\ No newline at end of file