diff --git a/security/acme-client/src/opnsense/mvc/app/controllers/OPNsense/AcmeClient/forms/dialogCertificate.xml b/security/acme-client/src/opnsense/mvc/app/controllers/OPNsense/AcmeClient/forms/dialogCertificate.xml index e387fc786..ee0eb8daf 100644 --- a/security/acme-client/src/opnsense/mvc/app/controllers/OPNsense/AcmeClient/forms/dialogCertificate.xml +++ b/security/acme-client/src/opnsense/mvc/app/controllers/OPNsense/AcmeClient/forms/dialogCertificate.xml @@ -101,7 +101,7 @@ certificate.domainalias text - acme.sh documentation for further information.]]> + acme.sh documentation for further information.]]> @@ -112,6 +112,6 @@ certificate.challengealias text - acme.sh documentation for further information.]]> + acme.sh documentation for further information.]]> diff --git a/security/acme-client/src/opnsense/mvc/app/library/OPNsense/AcmeClient/LeValidation/Base.php b/security/acme-client/src/opnsense/mvc/app/library/OPNsense/AcmeClient/LeValidation/Base.php index a541584ac..a69443228 100644 --- a/security/acme-client/src/opnsense/mvc/app/library/OPNsense/AcmeClient/LeValidation/Base.php +++ b/security/acme-client/src/opnsense/mvc/app/library/OPNsense/AcmeClient/LeValidation/Base.php @@ -232,7 +232,7 @@ abstract class Base extends \OPNsense\AcmeClient\LeCommon $this->acme_args[] = LeUtils::execSafe('--domain %s', $certname); // Main domain: Use DNS alias mode for domain validation? - // https://github.com/Neilpang/acme.sh/wiki/DNS-alias-mode + // https://github.com/acmesh-official/acme.sh/wiki/DNS-alias-mode if ($this->getMethod() == 'dns01') { switch ((string)$aliasmode) { case 'automatic': @@ -256,7 +256,7 @@ abstract class Base extends \OPNsense\AcmeClient\LeCommon $this->acme_args[] = LeUtils::execSafe('--domain %s', $altname); // altNames: Use DNS alias mode for domain validation? - // https://github.com/Neilpang/acme.sh/wiki/DNS-alias-mode + // https://github.com/acmesh-official/acme.sh/wiki/DNS-alias-mode if ($this->getMethod() == 'dns01') { switch ((string)$this->cert_aliasmode) { case 'automatic': 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 2800f4cbe..2d1b034e7 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 @@ -252,7 +252,7 @@ POSSIBILITY OF SUCH DAMAGE. {{ lang._('Please use the %sissue tracker%s to report bugs or request new features.') | format('', '') }}

-

{{ lang._('This plugin includes code from the %s project.') | format('Neilpang/acme.sh' ) }} {{ lang._('Licensed under GPLv3.') }}
{{ lang._('Let"s Encrypt(tm) is a trademark of the Internet Security Research Group. All rights reserved.') }}

+

{{ lang._('This plugin includes code from the %s project.') | format('acmesh-official/acme.sh' ) }} {{ lang._('Licensed under GPLv3.') }}
{{ lang._('Let"s Encrypt(tm) is a trademark of the Internet Security Research Group. All rights reserved.') }}