2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-04-27 11:04:00 +00:00

Certificate list fix

This commit is contained in:
Jarrod Johnson
2026-04-13 12:46:04 -04:00
parent 31a56f9fdc
commit 7c8cee2480

View File

@@ -621,7 +621,7 @@ class IpmiHandler:
async def handle_cert_authorities(self):
if len(self.element) == 3:
if self.op == 'read':
for cert in self.ipmicmd.get_trusted_cas():
async for cert in self.ipmicmd.get_trusted_cas():
self.output.put(msg.ChildCollection(cert['id']))
elif self.op == 'update':
cert = self.inputdata.get_pem(self.node)