mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-03-22 18:20:09 +08:00
fix error editing
parent
368d4e38eb
commit
2f27e7d203
28
dnsapi.md
28
dnsapi.md
@ -2571,6 +2571,20 @@ To issue a wildcard cert:
|
|||||||
./acme.sh --issue --dns dns_world4you -d example.com -d *.example.com
|
./acme.sh --issue --dns dns_world4you -d example.com -d *.example.com
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## 126. Use Scaleway API
|
||||||
|
|
||||||
|
First, you'll need to retrieve your [Api Key](https://www.scaleway.com/en/docs/generate-api-keys/)
|
||||||
|
|
||||||
|
```
|
||||||
|
export SCALEWAY_API_TOKEN='xxx'
|
||||||
|
```
|
||||||
|
|
||||||
|
To issue a cert run:
|
||||||
|
|
||||||
|
```
|
||||||
|
acme.sh --issue --dns dns_scaleway -d example.com -d www.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.
|
||||||
@ -2589,20 +2603,6 @@ For more details, please check our sample script: [dns_myapi.sh](https://github.
|
|||||||
|
|
||||||
See: [DNS API Dev Guide](https://github.com/Neilpang/acme.sh/wiki/DNS-API-Dev-Guide)
|
See: [DNS API Dev Guide](https://github.com/Neilpang/acme.sh/wiki/DNS-API-Dev-Guide)
|
||||||
|
|
||||||
## 126. Use Scaleway API
|
|
||||||
|
|
||||||
First, you'll need to retrieve your [Api Key](https://www.scaleway.com/en/docs/generate-api-keys/)
|
|
||||||
|
|
||||||
```
|
|
||||||
export SCALEWAY_API_TOKEN='xxx'
|
|
||||||
```
|
|
||||||
|
|
||||||
To issue a cert run:
|
|
||||||
|
|
||||||
```
|
|
||||||
acme.sh --issue --dns dns_scaleway -d example.com -d www.example.com
|
|
||||||
```
|
|
||||||
|
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
|
||||||
**More APIs coming soon...**
|
**More APIs coming soon...**
|
||||||
|
Loading…
Reference in New Issue
Block a user