mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-18 23:38:18 +00:00
add a note
This commit is contained in:
@ -605,6 +605,10 @@ class _Client(node.Node, pollmixin.PollMixin):
|
||||
ss.setServiceParent(self)
|
||||
|
||||
grid_manager_certificates = []
|
||||
|
||||
# XXX this is probably a bad idea for multiple fnames -- what
|
||||
# about spaces in filenames?
|
||||
|
||||
cert_fnames = self.get_config("storage", "grid_manager_certificate_files", "")
|
||||
for fname in cert_fnames.split():
|
||||
fname = self.config.get_config_path(fname.decode('ascii'))
|
||||
|
Reference in New Issue
Block a user