mandatoryprogrammer / TrustTrees

A Tool for DNS Delegation Trust Graphing
Apache License 2.0
403 stars 70 forks source link

Support Gandi API version 5 keys #10

Closed robdollard closed 5 years ago

robdollard commented 5 years ago

Gandi switched to API version 5, it's impossible to get the key of the latest version for new users, and the new one does not fit.

dec992b174c71e1ab8c1170c064fd868

kalou commented 5 years ago

Hi! I believe you can still create and fetch a v4 API key using https://v4.gandi.net/ and navigate to the API section (after going through the OT&E step) - there may be another way, I have to double check.

The v5 API should not be replacing it yet -

davidnewhall commented 5 years ago

It appears new users cannot make v4 keys.

KevinHock commented 5 years ago

Okay I fixed this in version v2.0.0, thanks all!

(The --domain-check option has been replaced with --gandi-api-v4-key/--gandi-api-v5-key)