From 2d7ed8ad154254939949b7238312c1b646dd6d62 Mon Sep 17 00:00:00 2001 From: Mehdi Abaakouk Date: Sat, 27 Oct 2018 08:29:06 +0200 Subject: [PATCH] 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 --- doc/mgr/dashboard.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/mgr/dashboard.rst b/doc/mgr/dashboard.rst index 5d938169229d4..f3724ab04bb46 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