mirror of
https://github.com/yusing/godoxy.git
synced 2025-06-09 04:52:35 +02:00
schema update
This commit is contained in:
parent
c269bd04d3
commit
10591452e4
1 changed files with 6 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue