From 5cf02b9edd5d2d756466e98193365c0d0811d1fb Mon Sep 17 00:00:00 2001 From: Bodenhaltung <12759677+Bodenhaltung@users.noreply.github.com> Date: Sat, 20 Nov 2021 22:01:45 +0100 Subject: [PATCH] Add dnsHome.de --- dnsapi.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/dnsapi.md b/dnsapi.md index 25bc384..2f3cfdc 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -2759,6 +2759,22 @@ acme.sh --issue --dns dns_ispman -d example.com -d *.example.com Please report bugs to [https://github.com/acmesh-official/acme.sh/issues/3751](https://github.com/acmesh-official/acme.sh/issues/3751) +## 138. Use dnsHome.de DNS API + +``` +export DNSHOME_Subdomain="" +export DNSHOME_SubdomainPassword="" +``` + +Ok, let's issue a cert now: +``` +acme.sh --issue --dns dns_dnshome -d subdomain.ddnsdomain.tld +``` + +The `DNSHOME_Subdomain` and `DNSHOME_SubdomainPassword` will be saved in `~/.acme.sh/account.conf` and will be reused when needed. + +Please report any issue to [https://github.com/acmesh-official/acme.sh/issues/3819](https://github.com/acmesh-official/acme.sh/issues/3819) + # Use custom API If your API is not supported yet, you can write your own DNS API.