Files
cloudron-box/src/mail_templates/certificate_renewal_error.ejs

31 lines
649 B
Plaintext
Raw Normal View History

2016-03-19 20:40:03 -07:00
<%if (format === 'text') { %>
Dear Cloudron Admin,
2017-01-26 12:46:56 -08:00
The certificate for <%= domain %> could not be renewed.
The Cloudron will attempt to renew the certificate every 12 hours
until the certificate expires (at which point it will switch to
using the fallback certificate).
2019-03-06 16:17:56 -08:00
See https://cloudron.io/documentation/troubleshooting/#certificates to
double check if your server is configured correctly to obtain certificates
via Let's Encrypt.
The error was:
-------------------------------------
2016-03-19 20:40:03 -07:00
2016-03-20 12:12:22 -07:00
<%- message %>
-------------------------------------
Powered by https://cloudron.io
2017-01-26 12:46:56 -08:00
Sent at: <%= new Date().toUTCString() %>
2016-03-19 20:40:03 -07:00
<% } else { %>
<% } %>