mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-06 10:20:43 +00:00
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:
parent
721d51bd4a
commit
3676fd1a87
@ -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>
|
||||
|
||||
@ -47,7 +47,7 @@
|
||||
</form>
|
||||
|
||||
{% if not using_ecc %}
|
||||
{% include "migrate_to_ecc.inc" %}
|
||||
{% include "migrate_to_ecc.html" %}
|
||||
{% endif %}
|
||||
|
||||
{% endif %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user