mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-06-15 08:42:44 +00:00
Update dns_la.sh
This commit is contained in:
parent
9e7d1b9ce7
commit
500cfbc19c
@ -2,17 +2,16 @@
|
|||||||
|
|
||||||
# LA_Id="123"
|
# LA_Id="123"
|
||||||
# LA_Sk="456"
|
# LA_Sk="456"
|
||||||
# LA_Token=""
|
# shellcheck disable=SC2034
|
||||||
#
|
LA_Token='dns.la
|
||||||
#Site: dns.la
|
Site: dns.la
|
||||||
#Docs: github.com/acmesh-official/acme.sh/wiki/dnsapi2#dns_la
|
Docs: https://www.dns.la/docs/ApiDoc
|
||||||
#Options:
|
Options:
|
||||||
#我的账户 API 密钥 中获取 APIID APISecret
|
LA_Id APIID
|
||||||
# LA_Id APIID
|
LA_Key APISecret
|
||||||
# LA_Key APISecret
|
LA_Token 用冒号连接 APIID APISecret 再base64生成
|
||||||
# LA_Token 用冒号连接 APIID APISecret 再base64生成
|
Issues: github.com/acmesh-official/acme.sh/issues/4257
|
||||||
#Issues: github.com/acmesh-official/acme.sh/issues/4257
|
'
|
||||||
#'
|
|
||||||
LA_Api="https://api.dns.la/api"
|
LA_Api="https://api.dns.la/api"
|
||||||
|
|
||||||
######## Public functions #####################
|
######## Public functions #####################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user