]> git.proxmox.com Git - ceph.git/blob - ceph/doc/man/8/ceph-create-keys.rst
8d1dc915a9a788126926a30f6937d253abbc9e81
[ceph.git] / ceph / doc / man / 8 / ceph-create-keys.rst
1 :orphan:
2
3 ===============================================
4 ceph-create-keys -- ceph keyring generate tool
5 ===============================================
6
7 .. program:: ceph-create-keys
8
9 Synopsis
10 ========
11
12 | **ceph-create-keys** [-h] [-v] [--cluster *name*] --id *id*
13
14
15 Description
16 ===========
17
18 :program:`ceph-create-keys` is a utility to generate bootstrap keyrings using
19 the given monitor when it is ready.
20
21 It 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
31 To list all users in the cluster::
32
33 ceph auth list
34
35
36 Options
37 =======
38
39 .. option:: --cluster
40
41 name of the cluster (default 'ceph').
42
43 .. option:: -i, --id
44
45 id of a ceph-mon that is coming up. **ceph-create-keys** will wait until it joins quorum.
46
47 .. option:: -v, --verbose
48
49 be more verbose.
50
51
52 Availability
53 ============
54
55 **ceph-create-keys** is part of Ceph, a massively scalable, open-source, distributed storage system. Please refer
56 to the Ceph documentation at http://ceph.com/docs for more
57 information.
58
59
60 See also
61 ========
62
63 :doc:`ceph <ceph>`\(8)