Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API Change for DNS Provider All-Inkl #1691

Closed
1 task done
eishockey opened this issue Aug 5, 2022 · 0 comments · Fixed by #1713
Closed
1 task done

API Change for DNS Provider All-Inkl #1691

eishockey opened this issue Aug 5, 2022 · 0 comments · Fixed by #1713

Comments

@eishockey
Copy link

Welcome

  • Yes, I've searched similar issues on GitHub and didn't find any.

How do you use lego?

Through Traefik

Detailed Description

Hi,

I received a mail from All-Inkl today that they will change their API authentication starting December 2022.

Our system has detected that you are using the KAS API, which means that your custom scripts gain access to several features of the technical administration panel (KAS). So please forward the following information to the developer of those custom scripts as appropriate.

The authentication method "sha1" which is used by your custom scripts is deprecated and support for this authentication method will be gradually discontinued starting December 2022. In order to further use your custom scripts, an adjustment is necessary in the following accounts:

account : date of last sha1 authentication
wXXXXXX : 2022-08-05 08:33:01

Here's an example of how such a script code currently looks like:

$auth=array(
'kas_login' => 'w0123456',
'kas_auth_type' => 'sha1',
'kas_auth_data' => sha1('myPassword')
)

Please alter your scripts in a way so that they use the new authentication method "plain" instead. An example how it should look afterwards:

$auth=array(
'kas_login' => 'w0123456',
'kas_auth_type' => 'plain',
'kas_auth_data' => 'myPassword'
)

You can find a full documentation of the KAS API under:

http://kasapi.kasserver.com/dokumentation/phpdoc/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

2 participants