schema update

This commit is contained in:
yusing 2024-11-29 05:26:51 +08:00
parent c269bd04d3
commit 10591452e4

View file

@ -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",