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:
MeganerdNL
2022-05-01 17:31:59 +02:00
committed by GitHub
parent 574c6cb5da
commit ab4d078c90
@@ -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>