From 10591452e4af0808af7672c164ea675d4d9729b5 Mon Sep 17 00:00:00 2001 From: yusing Date: Fri, 29 Nov 2024 05:26:51 +0800 Subject: [PATCH] schema update --- schema/config.schema.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/schema/config.schema.json b/schema/config.schema.json index 8759888..90b9001 100644 --- a/schema/config.schema.json +++ b/schema/config.schema.json @@ -33,6 +33,12 @@ "markdownDescription": "default: `certs/priv.key`", "type": "string" }, + "acme_key_path": { + "title": "path of acme key file to load/store", + "default": "certs/acme.key", + "markdownDescription": "default: `certs/acme.key`", + "type": "string" + }, "provider": { "title": "DNS Challenge Provider", "default": "local",