From 963319d031d43bbdc5dd78414852989eb9e9e40f Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 6 Jan 2023 11:11:11 +0100 Subject: [PATCH] schema: update acme-dns plugin parameter names Signed-off-by: Thomas Lamprecht --- src/dns-challenge-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dns-challenge-schema.json b/src/dns-challenge-schema.json index 7dc59df..69c1d6d 100644 --- a/src/dns-challenge-schema.json +++ b/src/dns-challenge-schema.json @@ -10,7 +10,7 @@ "description" : "The subdomain you got from acme-dns registration", "type" : "string" }, - "ACMEDNS_UPDATE_URL" : { + "ACMEDNS_BASE_URL" : { "description" : "The API update endpoint", "type" : "string" },