security/acme-client: update acme.sh URLs to acmesh-official

This commit is contained in:
Frank Wall
2021-03-05 23:50:44 +01:00
parent de3526057c
commit 5b7b779e3f
3 changed files with 5 additions and 5 deletions
@@ -101,7 +101,7 @@
<id>certificate.domainalias</id>
<label>Domain Alias</label>
<type>text</type>
<help><![CDATA[When setting DNS alias mode to "Domain Alias", enter the domain name that should be used for certificate validation. Please refer to the <a href="https://github.com/Neilpang/acme.sh/wiki/DNS-alias-mode">acme.sh documentation</a> for further information.]]></help>
<help><![CDATA[When setting DNS alias mode to "Domain Alias", enter the domain name that should be used for certificate validation. Please refer to the <a href="https://github.com/acmesh-official/acme.sh/wiki/DNS-alias-mode">acme.sh documentation</a> for further information.]]></help>
</field>
<field>
<label>DNS Alias Mode</label>
@@ -112,6 +112,6 @@
<id>certificate.challengealias</id>
<label>Challenge Alias</label>
<type>text</type>
<help><![CDATA[When setting DNS alias mode to "Challenge Alias", enter the domain name that should be used for certificate validation. Please refer to the <a href="https://github.com/Neilpang/acme.sh/wiki/DNS-alias-mode">acme.sh documentation</a> for further information.]]></help>
<help><![CDATA[When setting DNS alias mode to "Challenge Alias", enter the domain name that should be used for certificate validation. Please refer to the <a href="https://github.com/acmesh-official/acme.sh/wiki/DNS-alias-mode">acme.sh documentation</a> for further information.]]></help>
</field>
</form>
@@ -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':
@@ -252,7 +252,7 @@ POSSIBILITY OF SUCH DAMAGE.
{{ lang._('Please use the %sissue tracker%s to report bugs or request new features.') | format('<a href="https://github.com/opnsense/plugins/issues">', '</a>') }}
<br/>
<br/>
<p>{{ lang._('This plugin includes code from the %s project.') | format('<a href="https://github.com/Neilpang/acme.sh">Neilpang/acme.sh</a>' ) }} {{ lang._('Licensed under GPLv3.') }}<br/>{{ lang._('Let"s Encrypt(tm) is a trademark of the Internet Security Research Group. All rights reserved.') }}</p>
<p>{{ lang._('This plugin includes code from the %s project.') | format('<a href="https://github.com/acmesh-official/acme.sh">acmesh-official/acme.sh</a>' ) }} {{ lang._('Licensed under GPLv3.') }}<br/>{{ lang._('Let"s Encrypt(tm) is a trademark of the Internet Security Research Group. All rights reserved.') }}</p>
<br/>
</div>
</div>