mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-10 17:12:07 +08:00
add dns_ls
11
dnsapi.md
11
dnsapi.md
@@ -2585,6 +2585,17 @@ To issue a cert run:
|
|||||||
acme.sh --issue --dns dns_scaleway -d example.com -d www.example.com
|
acme.sh --issue --dns dns_scaleway -d example.com -d www.example.com
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## 127 First you need to login to your LS account to get your API Key.
|
||||||
|
|
||||||
|
```
|
||||||
|
export LS_Key="KEY"
|
||||||
|
```
|
||||||
|
|
||||||
|
Ok, let's issue a cert now:
|
||||||
|
```
|
||||||
|
acme.sh --issue --dns dns_ls -d example.com -d www.example.com
|
||||||
|
```
|
||||||
|
|
||||||
Please report any issue [here](https://github.com/acmesh-official/acme.sh/issues/3295)
|
Please report any issue [here](https://github.com/acmesh-official/acme.sh/issues/3295)
|
||||||
|
|
||||||
# Use custom API
|
# Use custom API
|
||||||
|
|||||||
Reference in New Issue
Block a user