mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-11 14:53:55 +00:00
actually put grid-manager-certificates in announcement
This commit is contained in:
parent
5bd5d8145e
commit
0bdfae845e
@ -943,10 +943,9 @@ class _Client(node.Node, pollmixin.PollMixin):
|
||||
|
||||
announcement.update(plugins_announcement)
|
||||
|
||||
grid_manager_certificates = []
|
||||
|
||||
if self.config.get_config("storage", "grid_management", default=False, boolean=True):
|
||||
grid_manager_certificates = _load_grid_manager_certificates(self.config)
|
||||
announcement["grid-manager-certificates"] = grid_manager_certificates
|
||||
|
||||
# XXX we should probably verify that the certificates are
|
||||
# valid and not expired, as that could be confusing for the
|
||||
|
Loading…
x
Reference in New Issue
Block a user