security/acme-client: post-merge fixes for #3122

This commit is contained in:
Frank Wall
2022-10-21 15:41:00 +02:00
parent f951f9b7c5
commit f007b8af8a
2 changed files with 8 additions and 3 deletions
+7 -2
View File
@@ -9,10 +9,15 @@ Plugin Changelog
================
3.14
NOTE: Users of Selfhost need to manually fix their configuration, see
https://github.com/acmesh-official/acme.sh/wiki/dnsapi2#151-use-selfhost-dns-api
Added:
* add support for Google CA (#3029)
Fixed:
* fix Selfhost DNS API (#3122)
3.13
Added:
@@ -28,7 +33,7 @@ Added:
* new automation: upload certificate to Vault (#2796)
Fixed:
* Re-order function parameters due to PHP8 deprecation notice (#3043)
* re-order function parameters due to PHP8 deprecation notice (#3043)
Changed:
* simplyfi DNS service names
@@ -37,7 +42,7 @@ Changed:
3.11
Fixed:
* Add missing <style> field for TransIP (#2981)
* add missing <style> field for TransIP (#2981)
3.10
@@ -1070,7 +1070,7 @@
<id>validation.dns_selfhost_map</id>
<label>RID Mapping</label>
<type>textbox</type>
<help>Please create the TXT Record with Subdomain _acme-challenge first, than you can get the ID from the edit page. Up to two RIDs per fulldomain are supported but at least one must be set, e.g. _acme-challenge.domain.net:RID:RID</help>
<help>Please create the TXT record with subdomain _acme-challenge first, than you can get the ID from the edit page. Up to two RIDs per fulldomain are supported but at least one must be set, e.g. _acme-challenge.domain.net:RID:RID2</help>
</field>
<field>
<label>Servercow</label>