File: grid-manager.1

package info (click to toggle)
tahoe-lafs 1.20.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,996 kB
  • sloc: python: 88,831; makefile: 382; sh: 104; lisp: 89; xml: 37
file content (76 lines) | stat: -rw-r--r-- 2,059 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
.TH GRID-MANAGER 1 "March 2025" "Tahoe-LAFS" "User Commands"
.
.SH NAME
grid-manager \- A Tahoe Grid Manager for issuing certificates to storage-servers.
.
.SH SYNOPSIS
.B grid-manager
[\fIOPTIONS\fR] \fICOMMAND\fR [\fIARGS\fR]...
.
.SH DESCRIPTION
A Tahoe Grid Manager issues certificates to storage-servers.
.
A 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.
.
Grid 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.
.
.SH OPTIONS
.TP
.BR \f[B]-c,\ --config\ \fIPATH\fR
Configuration directory (or - for stdin). \fIRequired.\fR
.TP
.B \f[B]--help
Show help message and exit.
.
.SH COMMANDS
.TP
.B add
Add a new storage-server by name to a Grid Manager.
.TP
.B create
Make a new Grid Manager.
.TP
.B list
List all storage-servers known to a Grid Manager.
.TP
.B public-identity
Show the public identity key of a Grid Manager.
.TP
.B remove
Remove an existing storage-server by name from a Grid Manager.
.TP
.B sign
Sign a new certificate.
.
.SH AUTHORS
Grid Manager has been written by meejah.
.PP
Tahoe-LAFS has been written by Brian Warner, Zooko Wilcox-O'Hearn, and numerous other contributors.
.
.SH REPORTING BUGS
Please see
.UR https://tahoe-lafs.org/trac/tahoe-lafs/wiki/HowToReportABug
.UE
.
.PP
Tahoe-LAFS home page:
.UR https://tahoe-lafs.org/
.UE
.PP
Tahoe-LAFS development mailing list:
.UR https://lists.tahoe-lafs.org/mailman/listinfo/tahoe-dev
.UE
.
.SH COPYRIGHT
Copyright \(co 2006\(en2025 The Tahoe-LAFS Software Foundation.
.
.SH SEE ALSO
.MR tahoe 1
.PP
The Tahoe-LAFS documentation on Grid Managers has more detail than this manual page:
.UR https://tahoe-lafs.readthedocs.io/en/latest/managed-grid.html
.UE
.PP
It includes a step-by-step tutorial on how to set up a managed grid:
.UR https://tahoe-lafs.readthedocs.io/en/latest/managed-grid.html#example-setup-of-a-new-managed-grid
.UE