add dns_ls
parent
07df42f1aa
commit
76aed700aa
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
|
||||
```
|
||||
|
||||
## 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)
|
||||
|
||||
# Use custom API
|
||||
|
|
Loading…
Reference in New Issue