1
mirror of https://git.dn42.dev/dn42/registry.git synced 2025-03-03 14:13:03 +01:00

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

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):