Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pages_domain_auto_ssl_failed_email.text.haml « notify « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6f20d11c966fce7a6a32aeb966466843d442bf3e (plain)
1
2
3
4
5
6
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 }