From 5272f136ff7bbb5cb65703fd1902109a42f34e51 Mon Sep 17 00:00:00 2001 From: ThiloGa <61890902+ThiloGa@users.noreply.github.com> Date: Thu, 30 Apr 2020 22:59:45 +0200 Subject: [PATCH] Updated dnsapi (markdown) --- dnsapi.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/dnsapi.md b/dnsapi.md index 3321eee..f34b71a 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -2165,6 +2165,21 @@ If you find any bugs, please report here: https://github.com/biker-ruud/acme.sh/issues +## 107. Use dyndnsfree.de API + +``` +export df_user="XXX" +export df_password="XXX" +``` + +To issue a cert: +``` +acme.sh --issue --dns dns_df -d example.com -d www.example.com +``` + +The `df_user` and `df_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.