Add dnsHome.de

master
Bodenhaltung 2021-11-20 22:01:45 +01:00
parent 9732d6405e
commit 5cf02b9edd
1 changed files with 16 additions and 0 deletions

@ -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) 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 # Use custom API
If your API is not supported yet, you can write your own DNS API. If your API is not supported yet, you can write your own DNS API.