summaryrefslogtreecommitdiff
path: root/app/views/notify/pages_domain_auto_ssl_failed_email.text.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify/pages_domain_auto_ssl_failed_email.text.haml')
-rw-r--r--app/views/notify/pages_domain_auto_ssl_failed_email.text.haml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/notify/pages_domain_auto_ssl_failed_email.text.haml b/app/views/notify/pages_domain_auto_ssl_failed_email.text.haml
new file mode 100644
index 00000000000..6f20d11c966
--- /dev/null
+++ b/app/views/notify/pages_domain_auto_ssl_failed_email.text.haml
@@ -0,0 +1,7 @@
+= _("Something went wrong while obtaining the Let's Encrypt certificate.").html_safe
+
+#{_('Project')}: #{project_url(@project)}
+#{_('Domain')}: #{project_pages_domain_url(@project, @domain)}
+
+- docs_url = help_page_url('user/project/pages/custom_domains_ssl_tls_certification/lets_encrypt_integration.md', anchor: 'troubleshooting')
+= _("Please follow the Let\'s Encrypt troubleshooting instructions to re-obtain your Let's Encrypt certificate: %{docs_url}.").html_safe % { docs_url: docs_url }