correct config section

This commit is contained in:
meejah 2020-10-20 10:16:23 -06:00
parent 817eef287d
commit 91e1fa3c52

View File

@ -182,8 +182,8 @@ Enrolling a Storage Server: Config
You may edit the ``[storage]`` section of the ``tahoe.cfg`` file to
turn on grid-management with ``grid_management = true``. You then must
also provide a ``[grid_management_keys]`` section in the config-file which
lists ``name = path/to/certificate`` pairs.
also provide a ``[grid_management_certificates]`` section in the
config-file which lists ``name = path/to/certificate`` pairs.
These certificate files are issued by the ``tahoe grid-manager sign``
command; these should be **securely transmitted** to the storage
@ -192,7 +192,7 @@ server. Relative paths are based from the node directory. Example::
[storage]
grid_management = true
[grid_management_keys]
[grid_management_certificates]
default = example_grid.cert
This will cause us to give this certificate to any Introducers we