31 lines
649 B
Plaintext
31 lines
649 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).
|
|
|
|
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:
|
|
|
|
-------------------------------------
|
|
|
|
<%- message %>
|
|
|
|
-------------------------------------
|
|
|
|
|
|
Powered by https://cloudron.io
|
|
|
|
Sent at: <%= new Date().toUTCString() %>
|
|
|
|
<% } else { %>
|
|
|
|
<% } %>
|