mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-06 05:22:09 +08:00
Added World4You DNS API
17
dnsapi.md
17
dnsapi.md
@@ -2553,6 +2553,23 @@ To issue a wildcard cert:
|
|||||||
./acme.sh --issue --dns dns_simply -d example.com -d *.example.com
|
./acme.sh --issue --dns dns_simply -d example.com -d *.example.com
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## 125. Use World4You API
|
||||||
|
Export your credentials as an environment variable:
|
||||||
|
|
||||||
|
```
|
||||||
|
export WORLD4YOU_USERNAME=<customer-id>
|
||||||
|
export WORLD4YOU_PASSWORD=<password>
|
||||||
|
```
|
||||||
|
|
||||||
|
To issue a cert:
|
||||||
|
```
|
||||||
|
./acme.sh --issue --dns dns_world4you -d example.com -d www.example.com
|
||||||
|
```
|
||||||
|
To issue a wildcard cert:
|
||||||
|
```
|
||||||
|
./acme.sh --issue --dns dns_world4you -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