mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-09 00:13:17 +08:00
Updated dnsapi (markdown)
18
dnsapi.md
18
dnsapi.md
@@ -1576,6 +1576,24 @@ The `DD_API_User` and `DD_API_Key` will be saved in `~/.acme.sh/account.conf` an
|
|||||||
|
|
||||||
If you find any bugs of durabledns.com API, please report here: https://github.com/Neilpang/acme.sh/issues/2281
|
If you find any bugs of durabledns.com API, please report here: https://github.com/Neilpang/acme.sh/issues/2281
|
||||||
|
|
||||||
|
---------------------------------
|
||||||
|
## 81. Use reg.ru API
|
||||||
|
|
||||||
|
Set your API credentials:
|
||||||
|
```
|
||||||
|
export REGRU_API_Username='test'
|
||||||
|
export REGRU_API_Password='test'
|
||||||
|
```
|
||||||
|
|
||||||
|
To issue a certificate run:
|
||||||
|
```
|
||||||
|
acme.sh --issue --dns dns_regru -d 'example.com' -d '*.example.com'
|
||||||
|
```
|
||||||
|
|
||||||
|
The `REGRU_API_Username` and `REGRU_API_Password` will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
|
||||||
|
|
||||||
|
If you find any bugs of reg.ru API, please report here: https://github.com/Neilpang/acme.sh/issues/2336
|
||||||
|
|
||||||
---------------------------------
|
---------------------------------
|
||||||
|
|
||||||
# Use custom API
|
# Use custom API
|
||||||
|
|||||||
Reference in New Issue
Block a user