From 58b6c71018fb3a591673d9fd1fe2531d1cfba2a5 Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Fri, 6 Aug 2021 10:21:55 +0200 Subject: [PATCH] security/acme-client: improve wording --- .../opnsense/mvc/app/views/OPNsense/AcmeClient/actions.volt | 2 +- .../mvc/app/views/OPNsense/AcmeClient/certificates.volt | 4 ++-- .../src/opnsense/mvc/app/views/OPNsense/AcmeClient/logs.volt | 2 +- .../opnsense/mvc/app/views/OPNsense/AcmeClient/settings.volt | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/security/acme-client/src/opnsense/mvc/app/views/OPNsense/AcmeClient/actions.volt b/security/acme-client/src/opnsense/mvc/app/views/OPNsense/AcmeClient/actions.volt index c1eaf5f07..5cbf1e502 100644 --- a/security/acme-client/src/opnsense/mvc/app/views/OPNsense/AcmeClient/actions.volt +++ b/security/acme-client/src/opnsense/mvc/app/views/OPNsense/AcmeClient/actions.volt @@ -206,7 +206,7 @@ POSSIBILITY OF SUCH DAMAGE.

{{ lang._('Automations') }}

-

{{ lang._('Automations are a completely optional feature, but they can make life much easier, especially when using short-lived certificates. Typically use-case include:') }}

+

{{ lang._('Automations are a completely optional feature, but they can make life much easier, especially when using short-lived certificates. Typically use-cases include:') }}

  • {{ lang._("%sRestart a service%s when a certificate was renewed to ensure that the newest certificate is being used. This is especially useful when using an ACME certificate for the OPNsense WebGUI or in combination with the HAProxy or NGINX plugins. Any OPNsense core service or plugin service may be restarted.") | format('', '') }}
  • {{ lang._("Copy a certificate to one or more other hosts using the %sSFTP/SSH protocol%s. This way OPNsense can be used as a central authority for ACME certificates and secrets for DNS providers can be kept on a secure device.") | format('', '') }}
  • diff --git a/security/acme-client/src/opnsense/mvc/app/views/OPNsense/AcmeClient/certificates.volt b/security/acme-client/src/opnsense/mvc/app/views/OPNsense/AcmeClient/certificates.volt index e50cda7f2..033529557 100644 --- a/security/acme-client/src/opnsense/mvc/app/views/OPNsense/AcmeClient/certificates.volt +++ b/security/acme-client/src/opnsense/mvc/app/views/OPNsense/AcmeClient/certificates.volt @@ -461,8 +461,8 @@ POSSIBILITY OF SUCH DAMAGE. {{ lang._('Multi-Domain (SAN)') }} {{ lang._('Description') }} {{ lang._('Issue/Renewal Date') }} - {{ lang._('Last Acme Status') }} - {{ lang._('Last Acme Run') }} + {{ lang._('Last ACME Status') }} + {{ lang._('Last ACME Run') }} {{ lang._('Commands') }} {{ lang._('ID') }} diff --git a/security/acme-client/src/opnsense/mvc/app/views/OPNsense/AcmeClient/logs.volt b/security/acme-client/src/opnsense/mvc/app/views/OPNsense/AcmeClient/logs.volt index ae057bc86..78f1d5e6f 100644 --- a/security/acme-client/src/opnsense/mvc/app/views/OPNsense/AcmeClient/logs.volt +++ b/security/acme-client/src/opnsense/mvc/app/views/OPNsense/AcmeClient/logs.volt @@ -86,7 +86,7 @@
    diff --git a/security/acme-client/src/opnsense/mvc/app/views/OPNsense/AcmeClient/settings.volt b/security/acme-client/src/opnsense/mvc/app/views/OPNsense/AcmeClient/settings.volt index 3d462bb54..146a17a92 100644 --- a/security/acme-client/src/opnsense/mvc/app/views/OPNsense/AcmeClient/settings.volt +++ b/security/acme-client/src/opnsense/mvc/app/views/OPNsense/AcmeClient/settings.volt @@ -201,7 +201,7 @@ POSSIBILITY OF SUCH DAMAGE. BootstrapDialog.show({ type: BootstrapDialog.TYPE_DANGER, title: "{{ lang._('Wipe all certificate and account data') }}", - message: "{{ lang._('This will remove ALL certificates, private keys, CSRs from acme client and reset all certificate and account states. However, existing certificates will remain in OPNsense trust storage. The acme client will automatically regenerate everything on its next scheduled run. This is most useful when importing a config backup to a new firewall. Continue?') }}", + message: "{{ lang._('This will remove ALL certificates, private keys, CSRs from ACME Client and reset all certificate and account states. However, existing certificates will remain in OPNsense trust storage. The ACME Client will automatically regenerate everything on its next scheduled run. This is most useful when importing a config backup to a new firewall. Continue?') }}", buttons: [{ label: '{{ lang._('Continue') }}', cssClass: 'btn-primary', @@ -277,7 +277,7 @@ POSSIBILITY OF SUCH DAMAGE.
    - +