diff options
Diffstat (limited to 'rpki/gui/app/check_expired.py')
-rw-r--r-- | rpki/gui/app/check_expired.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpki/gui/app/check_expired.py b/rpki/gui/app/check_expired.py index 62292e66..61c9e8c8 100644 --- a/rpki/gui/app/check_expired.py +++ b/rpki/gui/app/check_expired.py @@ -108,7 +108,7 @@ def check_child_certs(conf, errs): z = Zookeeper(handle=conf.handle) req = Element(tag_msg, nsmap=nsmap, type="query", version=version) SubElement(req, tag_list_published_objects, - tag="list_published_objects", self_handle=conf.handle) + tag="list_published_objects", tenant_handle=conf.handle) pdus = z.call_rpkid(req) for pdu in pdus: if pdu.get("uri").endswith('.cer'): |