Updated dnsapi (markdown)

master
neil 2021-01-11 22:00:21 +08:00
parent a877ff9ec8
commit 664db51a77
1 changed files with 2 additions and 2 deletions

@ -2606,11 +2606,11 @@ export RACKCORP_APISECRET="SECRETHERE"
``` ```
To issue a cert: To issue a cert:
``` ```
./acme.sh --issue --dns dns_rackcorp -d example.com -d www.example.com acme.sh --issue --dns dns_rackcorp -d example.com -d www.example.com
``` ```
To issue a wildcard cert: To issue a wildcard cert:
``` ```
./acme.sh --issue --dns dns_rackcorp -d example.com -d *.example.com acme.sh --issue --dns dns_rackcorp -d example.com -d *.example.com
``` ```
# Use custom API # Use custom API