Files
cloudron-box/src/mail_templates/certificate_renewal_error.ejs
2017-02-17 10:41:33 -08:00

27 lines
483 B
Plaintext

<%if (format === 'text') { %>
Dear Cloudron Admin,
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).
The error was:
-------------------------------------
<%- message %>
-------------------------------------
Powered by https://cloudron.io
Sent at: <%= new Date().toUTCString() %>
<% } else { %>
<% } %>