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

This commit is contained in:
Gavin C 2021-10-20 09:21:17 +01:00
parent faeb629192
commit bbabb76397
No known key found for this signature in database
GPG key ID: BC8BE805515620DD

View file

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