Updated dnsapi (markdown)

Stephen 2021-09-23 18:46:58 +03:00
parent b3866f9524
commit db7541a7f4

@ -2686,6 +2686,24 @@ Les variables `HOSTLINE_Token`, `HOSTLINE_Url` (optionnel) et `HOSTLINE_Ttl` (op
Si vous rencontrez un problème sur l'API Hostline Hébergement VPS, merci de rapporter votre problème sur le lien suivant : [https://github.com/acmesh-official/acme.sh/issues/3675](https://github.com/acmesh-official/acme.sh/issues/3675)
## 135. Use Veesp domain API
[Veesp](https://veesp.com/) offers HTTP REST [API](https://secure.veesp.com/userapi#dns-82) to manage vital details of account and services like DNS. Your standard login credentials is needed:
```
export VEESP_User="username@domain.com"
export VEESP_Password="password"
```
To issue a cert:
```
acme.sh --issue --dns dns_veesp -d example.com -d www.example.com
```
The `VEESP_User` and `VEESP_Password` 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.