From 2c90a4b1a1d9078763c8adf4d46b4e7710cc1c39 Mon Sep 17 00:00:00 2001 From: Gavin C Date: Wed, 20 Oct 2021 09:55:27 +0100 Subject: [PATCH] add `key-cert` to the list of data types which can be validated --- utils/schema-check/dn42-schema.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/schema-check/dn42-schema.py b/utils/schema-check/dn42-schema.py index 85823f565..b816e9d69 100755 --- a/utils/schema-check/dn42-schema.py +++ b/utils/schema-check/dn42-schema.py @@ -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):