diff --git a/dnsapi.md b/dnsapi.md index fd2a95a..7276808 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -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.