From 65edbd4c8cb19d94ee8d0b4548b010f335ea03df Mon Sep 17 00:00:00 2001 From: Maddes Date: Wed, 28 Aug 2024 22:31:03 +0200 Subject: [PATCH] Add optional acme-dns client with enhanced feature set --- dnsapi.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dnsapi.md b/dnsapi.md index ed7d66c..ad18d00 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -1199,6 +1199,9 @@ https://github.com/joohoi/acme-dns The credentials will be saved in `~/.acme.sh/account.conf` and will be reused when needed. +Note: +There's another acme-dns client, whih is not shell only, but supports multi-domain and multiple acme-dns server with a single certificate. +If Python is no issue for acme.sh setup, the have a look at https://github.com/maddes-b/acme-dns-client-2