From 76aed700aa7d897907df16de2c56091340b37187 Mon Sep 17 00:00:00 2001 From: ls-hk <76113851+ls-hk@users.noreply.github.com> Date: Thu, 17 Dec 2020 10:13:47 +0800 Subject: [PATCH] add dns_ls --- dnsapi.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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