Updated dnsapi (markdown)

master
peterkelm 2019-10-27 13:37:16 +01:00
parent 6ba2330053
commit 0560feef5d
1 changed files with 18 additions and 0 deletions

@ -1830,6 +1830,24 @@ The `LSW_Key` will be saved in `~/.acme.sh/account.conf` and will be reused when
If you find any bugs, please report here: https://github.com/Neilpang/acme.sh/issues/2558 If you find any bugs, please report here: https://github.com/Neilpang/acme.sh/issues/2558
## 91. Use variomedia.de domain API to automatically issue cert
First you need to obtain your API Key from variomedia's customer support.
```
export VARIOMEDIA_API_TOKEN="sdfsdfsdfljlbjkljlkjsdfoiwjesdfsdfsdfljlbjkljlkjsdfoiwje"
```
Ok, let's issue a cert now:
```
acme.sh --issue --dns dns_variomedia -d example.com -d www.example.com
```
The `VARIOMEDIA_API_TOKEN` will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
If you find any bugs, please report here: https://github.com/Neilpang/acme.sh/issues/2558
# 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.