]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/mgr/dashboard: update SSL configuration instructions 29065/head
authorRicardo Dias <rdias@suse.com>
Tue, 9 Apr 2019 12:46:34 +0000 (13:46 +0100)
committerTatjana Dehler <tdehler@suse.com>
Thu, 1 Aug 2019 06:24:35 +0000 (08:24 +0200)
Signed-off-by: Ricardo Dias <rdias@suse.com>
(cherry picked from commit 69895dd51650423849504d34c4e3b7b211cc0473)

doc/mgr/dashboard.rst

index d41c25b43fd6513e4e556a7d1dc59a020cbd7cc4..f67b515557faca55b880358f6ffe7c862518f2be 100644 (file)
@@ -173,15 +173,15 @@ 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/dashboard/crt -i dashboard.crt
-  $ ceph config-key set mgr/dashboard/key -i dashboard.key
+  $ ceph dashboard set-ssl-certificate -i dashboard.crt
+  $ ceph dashboard set-ssl-certificate-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
 of the ``ceph-mgr`` instance, usually the hostname)::
 
-  $ ceph config-key set mgr/dashboard/$name/crt -i dashboard.crt
-  $ ceph config-key set mgr/dashboard/$name/key -i dashboard.key
+  $ ceph dashboard set-ssl-certificate $name -i dashboard.crt
+  $ ceph dashboard set-ssl-certificate-key $name -i dashboard.key
 
 SSL can also be disabled by setting this configuration value::