mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-25 09:21:10 +00:00
matrixsynapse: Remove hard-coded URL
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
a918f9a885
commit
3961ccf415
@ -36,12 +36,13 @@
|
||||
|
||||
{% if not has_valid_certificate %}
|
||||
<div class="alert alert-warning" role="alert">
|
||||
{% url 'letsencrypt:index' as letsencrypt_url %}
|
||||
{% blocktrans %}
|
||||
The configured domain name is using a self-signed certificate.
|
||||
Federation with other Matrix Synapse instances requires a valid TLS certificate.
|
||||
Please go to <a href="/plinth/sys/letsencrypt">Let's Encrypt</a> to obtain one.
|
||||
Federation with other Matrix Synapse instances requires a valid TLS
|
||||
certificate. Please go to <a href="{{ letsencrypt_url }}">Let's
|
||||
Encrypt</a> to obtain one.
|
||||
{% endblocktrans %}
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user