add `key-cert` to the list of data types which can be validated

This commit is contained in:
Gavin C 2021-10-20 09:55:27 +01:00
parent 02914133cc
commit 2c90a4b1a1
1 changed files with 1 additions and 0 deletions

View File

@ -377,6 +377,7 @@ def __index_files(path, use_file=None):
"tinc-keyset/": SCHEMA_NAMESPACE + "tinc-keyset",
"registry/": SCHEMA_NAMESPACE + "registry",
"schema/": SCHEMA_NAMESPACE + "schema",
"key-cert/": SCHEMA_NAMESPACE + "key-cert",
}
for root, _, files in os.walk(path):