diff --git a/dnsapi.md b/dnsapi.md index 30e54e5..3e1b4c9 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -362,20 +362,6 @@ To issue a cert: The `CY_Username`, `CY_Password` and `CY_OTP_Secret` will be saved in `~/.acme.sh/account.conf` and will be reused when needed. -## 17. Use Domain-Offensive/Resellerinterface/Domainrobot API - -ATTENTION: You need to be a registered Reseller to be able to use the ResellerInterface. As a normal user you can not use this method. - -You will need your login credentials (Partner ID+Password) to the Resellerinterface, and export them before you run `acme.sh`: -```sh -export DO_PID="KD-1234567" -export DO_PW="cdfkjl3n2" -``` - -Ok, let's issue a cert now: -```sh -./acme.sh --issue --dns dns_do -d example.com -d www.example.com -``` ## 18. Use Gandi LiveDNS API