mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-10 17:12:07 +08:00
Added RackCorp API Usage
15
dnsapi.md
15
dnsapi.md
@@ -2598,6 +2598,21 @@ Ok, let's issue a cert now:
|
|||||||
acme.sh --issue --dns dns_ls -d example.com -d www.example.com
|
acme.sh --issue --dns dns_ls -d example.com -d www.example.com
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## 128. Use RackCorp API
|
||||||
|
Export your credentials as an environment variable:
|
||||||
|
```
|
||||||
|
export RACKCORP_APIUUID="UUIDHERE"
|
||||||
|
export RACKCORP_APISECRET="SECRETHERE"
|
||||||
|
```
|
||||||
|
To issue a cert:
|
||||||
|
```
|
||||||
|
./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
|
||||||
|
```
|
||||||
|
|
||||||
# Use custom API
|
# Use custom API
|
||||||
|
|
||||||
If your API is not supported yet, you can write your own DNS API.
|
If your API is not supported yet, you can write your own DNS API.
|
||||||
|
|||||||
Reference in New Issue
Block a user