Commit Graph

21 Commits (master)

Author SHA1 Message Date
neil 7362e8de4d fix format 4 months ago
neil f86ee84457 fix format 5 months ago
neil 2d282597ca fix format 5 months ago
neil dc341ef9c1
Merge pull request #5149 from Weishaupt/patch-1
Fix missing XML Escape in Password of INWX DNS API
5 months ago
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>
9 months ago
Marvin Dickhaus fd461fe015
Fix missing XML Escaping in Password String
Fixes #5060
9 months ago
glocknerc 9143cd1485
Change grep to be case-insensitive when looking for Set-Cookie header since INWX change casing to lowercase 1 year ago
QDaniel 94bf54e7e0
INWX fix Domain Limit #1491 5 years ago
Nils Sandmann 5d00edc896
Fix multiple domains with 2FA, reuse session cookie 5 years ago
Nils Sandmann 3bad815982
Better error handling on login, return correct return code 5 years ago
neil ea652c023e fix https://github.com/acmesh-official/acme.sh/issues/2778 5 years ago
Jan-Otto Kröpke 26421684dc Fix inwx account without Mobile TAN 6 years ago
Jan-Otto Kröpke 63f3283591 Add Support for inwx mobile tan 7 years ago
neilpang 584fb2904b fix https://github.com/Neilpang/acme.sh/issues/1191
https://github.com/Neilpang/acme.sh/issues/1246
7 years ago
speedmann 731ed6952f Fix shebang 7 years ago
speedmann 5911594906 Fix egrep invocation 7 years ago
speedmann 9a1f769828 Avoid usage of `sed -E` `grep -q` and `printf -v` 7 years ago
speedmann a00169451f Change bash to sh to fit project requirements 7 years ago
speedmann ecba959dd9 Fix missed whitespaces 7 years ago
speedmann a8202d4b37 Fix CI issues 7 years ago
speedmann 657334fb67 Add support for inwx.de API 7 years ago