mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-16 21:53:21 +08:00
remove resellerinterface because the API it uses was shut down
14
dnsapi.md
14
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.
|
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
|
## 18. Use Gandi LiveDNS API
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user