dnsapi: Add structured info for lima-city and west.cn
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>pull/6176/head
parent
fabe6317ef
commit
a3250fac6d
|
@ -1,13 +1,13 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
|
# shellcheck disable=SC2034
|
||||||
# Created by Laraveluser
|
dns_limacity_info='lima-city.de
|
||||||
#
|
Site: www.lima-city.de/
|
||||||
# Pass credentials before "acme.sh --issue --dns dns_limacity ..."
|
Docs: github.com/acmesh-official/acme.sh/wiki/dnsapi2#dns_limacity
|
||||||
# --
|
Options:
|
||||||
# export LIMACITY_APIKEY="<API-KEY>"
|
LIMACITY_APIKEY API Key. Note: The API Key must have following roles: dns.admin, domains.reader
|
||||||
# --
|
Issues: github.com/acmesh-official/acme.sh/issues/4758
|
||||||
#
|
Author: @Laraveluser
|
||||||
# Pleas note: APIKEY must have following roles: dns.admin, domains.reader
|
'
|
||||||
|
|
||||||
######## Public functions #####################
|
######## Public functions #####################
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,13 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
|
# shellcheck disable=SC2034
|
||||||
# West.cn Domain api
|
dns_west_cn_info='West.cn
|
||||||
#WEST_Username="username"
|
Site: West.cn
|
||||||
#WEST_Key="sADDsdasdgdsf"
|
Docs: github.com/acmesh-official/acme.sh/wiki/dnsapi2#dns_west_cn
|
||||||
#Set key at https://www.west.cn/manager/API/APIconfig.asp
|
Options:
|
||||||
|
WEST_Username API username
|
||||||
|
WEST_Key API Key. Set at https://www.west.cn/manager/API/APIconfig.asp
|
||||||
|
Issues: github.com/acmesh-official/acme.sh/issues/4894
|
||||||
|
'
|
||||||
|
|
||||||
REST_API="https://api.west.cn/API/v2"
|
REST_API="https://api.west.cn/API/v2"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue