From: Mehdi Abaakouk Date: Sat, 27 Oct 2018 06:29:06 +0000 (+0200) Subject: doc: fix typo in mgr ssl setup X-Git-Tag: v14.1.0~672^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=2d7ed8ad154254939949b7238312c1b646dd6d62;p=ceph-ci.git doc: fix typo in mgr ssl setup Unlike `config set`, `config-key set` does not take the argument. This change removes it from mgr ssl setup. Signed-off-by: Mehdi Abaakouk --- diff --git a/doc/mgr/dashboard.rst b/doc/mgr/dashboard.rst index 5d938169229..f3724ab04bb 100644 --- a/doc/mgr/dashboard.rst +++ b/doc/mgr/dashboard.rst @@ -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