Add instructions for the Alwaysdata API.

This commit is contained in:
Paul Koppen 2017-01-03 12:16:22 +00:00 committed by GitHub
parent b2686e5b6d
commit 180f05f6f0
1 changed files with 17 additions and 0 deletions

View File

@ -240,6 +240,23 @@ acme.sh --issue --dns dns_ispconfig -d example.com -d www.example.com
The `ISPC_User`, `ISPC_Password`, `ISPC_Api`and `ISPC_Api_Insecure` will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
## 13. Use Alwaysdata domain API
First you need to login to your Alwaysdata account to get your API Key.
```sh
export AD_API_KEY="myalwaysdataapikey"
```
Ok, let's issue a cert now:
```sh
acme.sh --issue --dns dns_ad -d example.com -d www.example.com
```
The `AD_API_KEY` will be saved in `~/.acme.sh/account.conf` and will be reused
when needed.
# Use custom API
If your API is not supported yet, you can write your own DNS API.