diff --git a/dnsapi.md b/dnsapi.md index b941e56..6665026 100644 --- a/dnsapi.md +++ b/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