mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-16 13:22:08 +08:00
added anexia.com CloudDNS API
12
dnsapi.md
12
dnsapi.md
@@ -2493,6 +2493,18 @@ acme.sh --issue --dns dns_bookmyname --dnssleep 600 -d example.com -d www.exampl
|
|||||||
|
|
||||||
Please report any issue to https://github.com/acmesh-official/acme.sh/issues/3209
|
Please report any issue to https://github.com/acmesh-official/acme.sh/issues/3209
|
||||||
|
|
||||||
|
## 121. Use anexia.com CloudDNS API
|
||||||
|
|
||||||
|
For DNS records managed via https://engine.anexia-it.com/clouddns
|
||||||
|
|
||||||
|
Export your token as an environment variable:
|
||||||
|
|
||||||
|
```
|
||||||
|
export ANX_Token='XXXXXXXXXXXXXXXXXXX'
|
||||||
|
acme.sh --issue --dns dns_anx -d example.com -d www.example.com
|
||||||
|
```
|
||||||
|
Please report any issue to https://github.com/acmesh-official/acme.sh/issues/3238
|
||||||
|
|
||||||
# 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user