mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-03 19:52:10 +08:00
Add dnsHome.de
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.
|
||||
|
||||
Reference in New Issue
Block a user