diff --git a/dnsapi.md b/dnsapi.md index e4f3b09..ed4750a 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -1959,23 +1959,26 @@ To issue a cert: ``` ## 95. Use easyDNS.net API to automatically issue a cert -You need to sign up for beta API access [here](http://docs.sandbox.rest.easydns.net/beta_signup.php). -Docs: http://sandbox.rest.easydns.net:3000/ +You need to sign up for API access [here](https://cp.easydns.com/manage/security/api/signup.php) or select 'User' -> 'Security' from the top menu and select 'signup' in the 'easyDNS REST API' section after logging in to your account. +API Docs: https://sandbox.rest.easydns.net:3001/ + +Note that initially you are only granted API access to a sandbox environment, not your live DNS settings. ```sh -export EASYDNS_Key="xxxxxxxxxxxxxxxxx.xxxxxxxx" export EASYDNS_Token="xxxxxxxxxxxxxxx.xxxxxxxx" +export EASYDNS_Key="apixxxxxxxxxxxxxx.xxxxxxxx" ``` + Ok, let's issue a cert now: ```sh ./acme.sh --issue --dns dns_easydns -d example.com -d www.example.com ``` -The `EASYDNS_Key` and `EASYDNS_Token` will be saved in `~/.acme.sh/account.conf` and will be reused when needed. +The `EASYDNS_Token` and `EASYDNS_Key` will be saved in `~/.acme.sh/account.conf` and will be reused when needed. If you find any bugs, please report here: -https://github.com/Neilpang/acme.sh/issues/2647 +https://github.com/acmesh-official/acme.sh/issues/2647 ## 96. Use CloudDNS API to automatically issue a cert Docs: https://github.com/vshosting/clouddns