|
@@ -1,13 +1,13 @@
|
|
|
#!/usr/bin/env sh
|
|
|
-
|
|
|
-# Created by Laraveluser
|
|
|
-#
|
|
|
-# Pass credentials before "acme.sh --issue --dns dns_limacity ..."
|
|
|
-# --
|
|
|
-# export LIMACITY_APIKEY="<API-KEY>"
|
|
|
-# --
|
|
|
-#
|
|
|
-# Pleas note: APIKEY must have following roles: dns.admin, domains.reader
|
|
|
+# shellcheck disable=SC2034
|
|
|
+dns_limacity_info='lima-city.de
|
|
|
+Site: www.lima-city.de/
|
|
|
+Docs: github.com/acmesh-official/acme.sh/wiki/dnsapi2#dns_limacity
|
|
|
+Options:
|
|
|
+ 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
|
|
|
+'
|
|
|
|
|
|
######## Public functions #####################
|
|
|
|