mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-03 03:09:41 +08:00
Updated dnsapi (markdown)
16
dnsapi.md
16
dnsapi.md
@@ -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
|
||||
|
||||
|
||||
# ##################
|
||||
|
||||
Reference in New Issue
Block a user