mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
security/acme-client: Correct TransIP API (#2932)
* Correct TransIP API, fixes #2924 API key field type of Transip corrected from "text" to "textbox". It was not working with "text" due to linebreaks. Furthernore added a note that 300s sleep time is recommended.
This commit is contained in:
+4
-1
@@ -1065,6 +1065,9 @@
|
||||
<type>header</type>
|
||||
<style>table_dns table_dns_transip</style>
|
||||
</field>
|
||||
<field>
|
||||
<label>NOTE: A DNS sleep time of at least 300 is recommended.</label>
|
||||
<type>header</type>
|
||||
<field>
|
||||
<id>validation.dns_transip_username</id>
|
||||
<label>Username</label>
|
||||
@@ -1074,7 +1077,7 @@
|
||||
<field>
|
||||
<id>validation.dns_transip_key</id>
|
||||
<label>API Key</label>
|
||||
<type>text</type>
|
||||
<type>textbox</type>
|
||||
<help>Requires the whole key file in a format that is compatible with TransIP.</help>
|
||||
</field>
|
||||
<field>
|
||||
|
||||
Reference in New Issue
Block a user