From bbabb76397afaec4cf2cf983ddf3a4a23b7f369d Mon Sep 17 00:00:00 2001 From: Gavin C Date: Wed, 20 Oct 2021 09:21:17 +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 acf9cf3b7..85823f565 100755 --- a/utils/schema-check/dn42-schema.py +++ b/utils/schema-check/dn42-schema.py @@ -536,6 +536,7 @@ def test_policy(obj_type, name, mntner): "as-set", "schema", "dns", + "key-cert", ]: if obj_type == "organisation" and not name.startswith("ORG-"): log.error("%s does not start with 'ORG-'" % (name))