source: trunk/docs/man/man1/grid-manager.1

Last change on this file was aab5a9b0, checked in by Florian Sesser <florian@…>, at 2025-03-17T20:11:05Z

Braino

  • Property mode set to 100644
File size: 2.0 KB
Line 
1.TH GRID-MANAGER 1 "March 2025" "Tahoe-LAFS" "User Commands"
2.
3.SH NAME
4grid-manager \- A Tahoe Grid Manager for issuing certificates to storage-servers.
5.
6.SH SYNOPSIS
7.B grid-manager
8[\fIOPTIONS\fR] \fICOMMAND\fR [\fIARGS\fR]...
9.
10.SH DESCRIPTION
11A Tahoe Grid Manager issues certificates to storage-servers.
12.
13A Tahoe client with one or more Grid Manager public keys configured will only upload to a Storage Server that presents a valid certificate signed by one of the configured Grid Manager keys.
14.
15Grid Manager configuration can be in a local directory or given via stdin. It contains long-term secret information (a private signing key) and should be kept safe.
16.
17.SH OPTIONS
18.TP
19.BR \f[B]-c,\ --config\ \fIPATH\fR
20Configuration directory (or - for stdin). \fIRequired.\fR
21.TP
22.B \f[B]--help
23Show help message and exit.
24.
25.SH COMMANDS
26.TP
27.B add
28Add a new storage-server by name to a Grid Manager.
29.TP
30.B create
31Make a new Grid Manager.
32.TP
33.B list
34List all storage-servers known to a Grid Manager.
35.TP
36.B public-identity
37Show the public identity key of a Grid Manager.
38.TP
39.B remove
40Remove an existing storage-server by name from a Grid Manager.
41.TP
42.B sign
43Sign a new certificate.
44.
45.SH AUTHORS
46Grid Manager has been written by meejah.
47.PP
48Tahoe-LAFS has been written by Brian Warner, Zooko Wilcox-O'Hearn, and numerous other contributors.
49.
50.SH REPORTING BUGS
51Please see
52.UR https://tahoe-lafs.org/trac/tahoe-lafs/wiki/HowToReportABug
53.UE
54.
55.PP
56Tahoe-LAFS home page:
57.UR https://tahoe-lafs.org/
58.UE
59.PP
60Tahoe-LAFS development mailing list:
61.UR https://lists.tahoe-lafs.org/mailman/listinfo/tahoe-dev
62.UE
63.
64.SH COPYRIGHT
65Copyright \(co 2006\(en2025 The Tahoe-LAFS Software Foundation.
66.
67.SH SEE ALSO
68.MR tahoe 1
69.PP
70The Tahoe-LAFS documentation on Grid Managers has more detail than this manual page:
71.UR https://tahoe-lafs.readthedocs.io/en/latest/managed-grid.html
72.UE
73.PP
74It includes a step-by-step tutorial on how to set up a managed grid:
75.UR https://tahoe-lafs.readthedocs.io/en/latest/managed-grid.html#example-setup-of-a-new-managed-grid
76.UE
Note: See TracBrowser for help on using the repository browser.