Updated dnsapi (markdown)

master
Gerardo 2020-04-12 10:04:55 +02:00
parent a3700a91b3
commit 8ac952a34b
1 changed files with 17 additions and 0 deletions

@ -2115,6 +2115,23 @@ acme.sh --issue --dns dns_1984hosting -d example.com -d *.example.com
If you have any issues with 1984Hosting DNS API please report them [here](https://github.com/Neilpang/acme.sh/issues/2851). If you have any issues with 1984Hosting DNS API please report them [here](https://github.com/Neilpang/acme.sh/issues/2851).
## 105. Use Aruba domain API
Get your api token following instruction here at https://admin.arubabusiness.it/DashBoard/WebApiGuide.aspx
```
export ARUBA_TK="sdfsdfsdfljlbjkljlkjsdfoiwje"
export ARUBA_AK="xxxxxxxxxxxxx"
export ARUBA_AS="xxxxxxxxxxxxx"
```
Ok, let's issue a cert now:
```
acme.sh --issue --dns dns_aruba -d example.com -d www.example.com
```
If you find any bugs, please report here:
https://github.com/JTrotta/acme.sh/issues
# Use custom API # Use custom API
If your API is not supported yet, you can write your own DNS API. If your API is not supported yet, you can write your own DNS API.