Add dnsHome.de
parent
9732d6405e
commit
5cf02b9edd
16
dnsapi.md
16
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.
|
||||
|
|
Loading…
Reference in New Issue