]> git.proxmox.com Git - ceph.git/blame - ceph/doc/man/8/ceph-create-keys.rst
update sources to v12.1.1
[ceph.git] / ceph / doc / man / 8 / ceph-create-keys.rst
CommitLineData
7c673cae
FG
1:orphan:
2
3===============================================
4ceph-create-keys -- ceph keyring generate tool
5===============================================
6
7.. program:: ceph-create-keys
8
9Synopsis
10========
11
224ce89b 12| **ceph-create-keys** [-h] [-v] [-t seconds] [--cluster *name*] --id *id*
7c673cae
FG
13
14
15Description
16===========
17
18:program:`ceph-create-keys` is a utility to generate bootstrap keyrings using
19the given monitor when it is ready.
20
21It creates following auth entities (or users)
22
23``client.admin``
24
25 and its key for your client host.
26
27``client.bootstrap-{osd, rgw, mds}``
28
29 and their keys for bootstrapping corresponding services
30
31To list all users in the cluster::
32
33 ceph auth list
34
35
36Options
37=======
38
39.. option:: --cluster
40
41 name of the cluster (default 'ceph').
42
224ce89b
WB
43.. option:: -t
44
45 time out after **seconds** (default: 600) waiting for a response from the monitor
46
7c673cae
FG
47.. option:: -i, --id
48
49 id of a ceph-mon that is coming up. **ceph-create-keys** will wait until it joins quorum.
50
51.. option:: -v, --verbose
52
53 be more verbose.
54
55
56Availability
57============
58
59**ceph-create-keys** is part of Ceph, a massively scalable, open-source, distributed storage system. Please refer
60to the Ceph documentation at http://ceph.com/docs for more
61information.
62
63
64See also
65========
66
67:doc:`ceph <ceph>`\(8)