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