]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc: fix typo in mgr ssl setup
authorMehdi Abaakouk <sileht@sileht.net>
Sat, 27 Oct 2018 06:29:06 +0000 (08:29 +0200)
committerMehdi Abaakouk <sileht@sileht.net>
Sat, 8 Dec 2018 14:11:35 +0000 (15:11 +0100)
Unlike `config set`, `config-key set` does not take the <who>
argument.

This change removes it from mgr ssl setup.

Signed-off-by: Mehdi Abaakouk <sileht@sileht.net>
doc/mgr/dashboard.rst

index 5d938169229d486ee5dfdec06d49710021f4ae53..f3724ab04bb46004d32ef5686cfa2853625616a5 100644 (file)
@@ -111,8 +111,8 @@ For example, a key pair can be generated with a command similar to::
 The ``dashboard.crt`` file should then be signed by a CA. Once that is done, you
 can enable it for all Ceph manager instances by running the following commands::
 
-  $ ceph config-key set mgr mgr/dashboard/crt -i dashboard.crt
-  $ ceph config-key set mgr mgr/dashboard/key -i dashboard.key
+  $ ceph config-key set mgr/dashboard/crt -i dashboard.crt
+  $ ceph config-key set mgr/dashboard/key -i dashboard.key
 
 If different certificates are desired for each manager instance for some reason,
 the name of the instance can be included as follows (where ``$name`` is the name