mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-15 21:08:20 +08:00
Updated dnsapi (markdown)
12
dnsapi.md
12
dnsapi.md
@@ -916,10 +916,14 @@ ACME DNS is a limited DNS server with RESTful HTTP API to handle ACME DNS challe
|
|||||||
https://github.com/joohoi/acme-dns
|
https://github.com/joohoi/acme-dns
|
||||||
|
|
||||||
```
|
```
|
||||||
export ACMEDNS_UPDATE_URL="https://auth.acme-dns.io/update"
|
# Usage:
|
||||||
export ACMEDNS_USERNAME="<username>"
|
# export ACMEDNS_BASE_URL="https://auth.acme-dns.io"
|
||||||
export ACMEDNS_PASSWORD="<password>"
|
#
|
||||||
export ACMEDNS_SUBDOMAIN="<subdomain>"
|
# You can optionally define an already existing account:
|
||||||
|
#
|
||||||
|
# export ACMEDNS_USERNAME="<username>"
|
||||||
|
# export ACMEDNS_PASSWORD="<password>"
|
||||||
|
# export ACMEDNS_SUBDOMAIN="<subdomain>"
|
||||||
|
|
||||||
acme.sh --issue --dns dns_acmedns -d example.com -d www.example.com
|
acme.sh --issue --dns dns_acmedns -d example.com -d www.example.com
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user