mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
security/acme-client: post-merge fixes for #3122
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user