Commit Graph

21 Commits (f981c782bb38015f4778913e9c3db26b57dde4e8)

Author SHA1 Message Date
neil 7362e8de4d fix format 2024-10-13 17:41:22 +02:00
neil f86ee84457 fix format 2024-09-15 14:31:15 +02:00
neil 2d282597ca fix format 2024-09-15 14:30:12 +02:00
neil dc341ef9c1
Merge pull request #5149 from Weishaupt/patch-1
Fix missing XML Escape in Password of INWX DNS API
2024-09-15 13:46:38 +02:00
Sergey Ponomarev 6b7b5caf54 DNS provider API: structured description
Instead of using comments declare info in a special variable.
Then the variable can be used to print the DNS API provider usage.
The usage can be parsed on UI and show all needed inputs for options.

The info is stored in plain string that it's both human-readable and easy to parse:

    dns_example_info='API name
     An extended description.
     Multiline.
    Domains: list of alternative domains to find
    Site: the dns provider website e.g. example.com
    Docs: Link to ACME.sh wiki for the provider
    Options:
     VARIABLE1 Title for the option1.
     VARIABLE2 Title for the option2. Default "default value".
     VARIABLE3 Title for the option3. Description to show on UI. Optional.
    Issues: Link to a support ticket on https://github.com/acmesh-official/acme.sh
    Author: First Lastname <authoremail@example.com>, Another Author <https://github.com/example>;
    '

Here:
VARIABLE1 will be required.
VARIABLE2 will be required too but will be populated with a "default value".
VARIABLE3 is optional and can be empty.

A DNS provider may have alternative options like CloudFlare may use API KEY or API Token.
You can use a second section OptionsAlt: section.

Some providers may have alternative names or domains e.g. Aliyun and AlibabaCloud.
Add them to Domains: section.

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2024-05-18 12:06:41 +03:00
Marvin Dickhaus fd461fe015
Fix missing XML Escaping in Password String
Fixes #5060
2024-05-16 22:44:47 +02:00
glocknerc 9143cd1485
Change grep to be case-insensitive when looking for Set-Cookie header since INWX change casing to lowercase 2023-08-23 14:07:07 +02:00
QDaniel 94bf54e7e0
INWX fix Domain Limit #1491 2020-05-13 12:14:27 +02:00
Nils Sandmann 5d00edc896
Fix multiple domains with 2FA, reuse session cookie 2020-04-18 18:54:43 +02:00
Nils Sandmann 3bad815982
Better error handling on login, return correct return code 2020-04-18 18:52:08 +02:00
neil ea652c023e fix https://github.com/acmesh-official/acme.sh/issues/2778 2020-03-08 10:17:21 +08:00
Jan-Otto Kröpke 26421684dc Fix inwx account without Mobile TAN 2018-10-19 16:08:00 +02:00
Jan-Otto Kröpke 63f3283591 Add Support for inwx mobile tan 2018-04-10 20:02:57 +02:00
neilpang 584fb2904b fix https://github.com/Neilpang/acme.sh/issues/1191
https://github.com/Neilpang/acme.sh/issues/1246
2018-02-06 21:23:08 +08:00
speedmann 731ed6952f Fix shebang 2017-12-09 14:13:05 +01:00
speedmann 5911594906 Fix egrep invocation 2017-12-07 14:21:37 +01:00
speedmann 9a1f769828 Avoid usage of `sed -E` `grep -q` and `printf -v` 2017-12-07 14:18:54 +01:00
speedmann a00169451f Change bash to sh to fit project requirements 2017-12-07 13:10:59 +01:00
speedmann ecba959dd9 Fix missed whitespaces 2017-12-07 13:07:05 +01:00
speedmann a8202d4b37 Fix CI issues 2017-12-07 12:05:03 +01:00
speedmann 657334fb67 Add support for inwx.de API 2017-12-07 11:47:01 +01:00