Add LetsEncrypt.staging; run pre-commit

This commit is contained in:
Jordan Bradford
2024-02-03 13:39:17 -05:00
parent 4912cffe65
commit 9060267458

View File

@@ -26,9 +26,7 @@ config_schema = {
"timeout": {"type": "integer"},
"every": {"type": "integer"},
"concurrency": {"type": "integer"},
"users": {
"type": "boolean",
},
"users": {"type": "boolean"},
"max_age": {"type": "integer"},
"remove_named_servers": {"type": "boolean"},
},
@@ -63,6 +61,7 @@ config_schema = {
"type": "array",
"items": {"type": "string", "format": "hostname"},
},
"staging": {"type": "boolean"},
},
},
"TLS": {
@@ -93,12 +92,8 @@ config_schema = {
"properties": {
"ip": {"type": "string", "format": "ipv4"},
"port": {"type": "integer"},
"username": {
"type": "string",
},
"password": {
"type": "string",
},
"username": {"type": "string"},
"password": {"type": "string"},
},
},
},