mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-13 10:30:16 +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>
|
<h3>{% trans "Migrate to ECC" %}</h3>
|
||||||
|
|
||||||
@ -15,16 +17,16 @@
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
{% blocktrans trimmed %}
|
{% blocktrans trimmed %}
|
||||||
Existing client profiles will be invalidated by this operation. All
|
All new installations of OpenVPN on {{ box_name }} will
|
||||||
OpenVPN users on {{ box_name }} should download their new profiles. OpenVPN
|
use ECC by default. We recommend migrating as soon as possible.
|
||||||
clients compatible with ECC should be used to connect to this server.
|
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p class="bg-warning">
|
||||||
{% blocktrans trimmed %}
|
{% blocktrans trimmed %}
|
||||||
All new installations of OpenVPN on {{ box_name }} will
|
<b>Warning:</b> Existing client profiles will be invalidated by this operation. All
|
||||||
use ECC by default. We recommend migrating as soon as possible.
|
OpenVPN users on {{ box_name }} must download their new profiles. OpenVPN
|
||||||
|
clients compatible with ECC should be used to connect to this server.
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@ -47,7 +47,7 @@
|
|||||||
</form>
|
</form>
|
||||||
|
|
||||||
{% if not using_ecc %}
|
{% if not using_ecc %}
|
||||||
{% include "migrate_to_ecc.inc" %}
|
{% include "migrate_to_ecc.html" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user