mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-04 12:22:19 +08:00
Updated dnsapi (markdown)
@@ -2606,11 +2606,11 @@ export RACKCORP_APISECRET="SECRETHERE"
|
||||
```
|
||||
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:
|
||||
```
|
||||
./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
|
||||
|
||||
Reference in New Issue
Block a user