mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-03-14 16:10:09 +08:00
Updated dnsapi (markdown)
parent
63deb82ef3
commit
ea95cb176b
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
|
||||
|
||||
---------------------------------
|
||||
## 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
|
||||
|
Loading…
Reference in New Issue
Block a user