Updated dnsapi (markdown)

master
stephen 2022-08-16 16:26:10 +08:00
parent 3eaae1c131
commit d3bc54de13
1 changed files with 16 additions and 0 deletions

@ -2950,6 +2950,22 @@ To issue a wildcard certificate, execute:
acme.sh --issue --dns dns_nodion -d *.example.com
```
## 148. Use dns.la API
Use your credentials
export LA_Id="appid"
export LA_Key="apikey"
To issue a cert, run command:
./acme.sh --issue --dns dns_la -d example.com
To issue a wildcard certificate, run command:
./acme.sh --issue --dns dns_la -d example.com -d *.example.com
# ##################