space-separated paths is a bad idea

This commit is contained in:
meejah
2019-04-08 18:59:14 -06:00
parent 2cf36cf884
commit cfda360294

View File

@ -173,14 +173,19 @@ Enrolling a Storage Server: Config
---------------------------------- ----------------------------------
You may edit the ``[storage]`` section of the ``tahoe.cfg`` file to You may edit the ``[storage]`` section of the ``tahoe.cfg`` file to
include an entry ``grid_manager_certificate_files = `` whose value is turn on grid-management with ``grid_management = true``. You then must
a space-separated list of paths to valid certificate files. These also provide a ``[grid_management_keys]]`` section in the config-file which
certificate files are issued by the ``tahoe grid-manager sign`` lists ``name = path/to/certificate`` pairs.
command; these should be securely transmitted to the storage
server. Relative paths are relative to the node directory. Example:: These certificate files are issued by the ``tahoe grid-manager sign``
command; these should be **securely transmitted** to the storage
server. Relative paths are based from the node directory. Example::
[storage] [storage]
grid_manager_certificate_files = example_grid.cert grid_management = true
[grid_management_keys]
default = example_grid.cert
This will cause us to give this certificate to any Introducers we This will cause us to give this certificate to any Introducers we
connect to (and subsequently, the Introducer will give the certificate connect to (and subsequently, the Introducer will give the certificate