openvpn: Improve migrate_to_ecc template

Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Joseph Nuthalapati 2020-11-07 16:10:13 +05:30 committed by James Valleroy
parent 721d51bd4a
commit 3676fd1a87
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 11 additions and 9 deletions

View File

@ -1,6 +1,8 @@
{% load i18n %}
{% comment %}
# SPDX-License-Identifier: AGPL-3.0-or-later
{% endcomment %}
<hr/>
{% load i18n %}
<h3>{% trans "Migrate to ECC" %}</h3>
@ -15,16 +17,16 @@
<p>
{% blocktrans trimmed %}
Existing client profiles will be invalidated by this operation. All
OpenVPN users on {{ box_name }} should download their new profiles. OpenVPN
clients compatible with ECC should be used to connect to this server.
All new installations of OpenVPN on {{ box_name }} will
use ECC by default. We recommend migrating as soon as possible.
{% endblocktrans %}
</p>
<p>
<p class="bg-warning">
{% blocktrans trimmed %}
All new installations of OpenVPN on {{ box_name }} will
use ECC by default. We recommend migrating as soon as possible.
<b>Warning:</b> Existing client profiles will be invalidated by this operation. All
OpenVPN users on {{ box_name }} must download their new profiles. OpenVPN
clients compatible with ECC should be used to connect to this server.
{% endblocktrans %}
</p>

View File

@ -47,7 +47,7 @@
</form>
{% if not using_ecc %}
{% include "migrate_to_ecc.inc" %}
{% include "migrate_to_ecc.html" %}
{% endif %}
{% endif %}