1
0
Fork 0
mirror of synced 2024-07-04 06:00:53 +12:00
appwrite/app/config/locale/templates/email-certificate-failed.tpl
2024-01-23 10:35:47 +00:00

20 lines
1.2 KiB
Smarty

<p>Hello,</p>
<p>Your domain <strong>{{domain}}</strong> failed to generate certificate after <strong>{{attempts}}</strong> consecutive attempts with the following error:</p>
<table border="0" cellspacing="0" cellpadding="0" style="padding-top: 10px; padding-bottom: 10px; display: inline-block;">
<tr>
<td align="center" style="border-radius: 8px; background-color: #ffffff;">
<p style="text-align: start; font-size: 14px; font-family: Inter; color: #414146; text-decoration: none; border-radius: 8px; padding: 32px; border: 1px solid #EDEDF0; display: inline-block; word-break: break-word;">{{error}}</p>
</td>
</tr>
</table>
<p>We suggest to follow the below steps:</p>
<ol>
<li>Examine the logs above to try and identify the issue</li>
<li>Ensure your domain has not expired</li>
<li>Check your DNS configuration for any unexpected values</li>
<li>Manually re-trigger a certificate generation from the Appwrite Console</li>
</ol>
<p>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.</p>