diff options
author | friendica <info@friendica.com> | 2015-03-01 20:18:08 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-01 20:18:08 -0800 |
commit | 41415d934f1b5dd32112de7f3bd19aaad0b412cf (patch) | |
tree | 08eee4a0fa356fddd183eee2c9512c79dcb48587 | |
parent | 36af4265380e2555d35d7dfbf912b657af45b26c (diff) | |
download | volse-hubzilla-41415d934f1b5dd32112de7f3bd19aaad0b412cf.tar.gz volse-hubzilla-41415d934f1b5dd32112de7f3bd19aaad0b412cf.tar.bz2 volse-hubzilla-41415d934f1b5dd32112de7f3bd19aaad0b412cf.zip |
here's the email template
-rw-r--r-- | view/en/cert_bad_eml.tpl | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/view/en/cert_bad_eml.tpl b/view/en/cert_bad_eml.tpl new file mode 100644 index 000000000..f4b197131 --- /dev/null +++ b/view/en/cert_bad_eml.tpl @@ -0,0 +1,20 @@ +This is the webserver at {{$sitename}}; + +A routine check indicates the SSL certificate for this website is +not valid. Your website cannot fully participate in the RedMatrix +until this is resolved. Please check your certificate and with your +certificate provider or service provider to ensure it is "browser valid" +and installed correctly. Self-signed certificates are NOT SUPPORTED +and NOT ALLOWED in the RedMatrix. + +The check is performed by fetching a URL from your website with strict +SSL checking enabled, and if this fails, checking again with SSL +checks disabled. It's possible a transient error could produce this +message, but if any recent configuration changes have been made, +or if you receive this message more than once, please check your +certificate. + +The error message is '{{$error}}'. + +Apologies for the inconvenience, + your web server at {{$siteurl}}
\ No newline at end of file |