From 5b77331a254cf49afe1f5111744834de91b9cb99 Mon Sep 17 00:00:00 2001 From: Lenz Grimmer Date: Mon, 14 May 2018 18:24:47 +0200 Subject: [PATCH] doc: fixed restful mgr module SSL configuration commands Signed-off-by: Lenz Grimmer --- doc/mgr/restful.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/mgr/restful.rst b/doc/mgr/restful.rst index ccd550f6eae9a..51f59c40f8b9e 100644 --- a/doc/mgr/restful.rst +++ b/doc/mgr/restful.rst @@ -40,15 +40,15 @@ can be generated with a command similar to:: The ``restful.crt`` should then be signed by your organization's CA (certificate authority). Once that is done, you can set it with:: - ceph config set mgr mgr/restful/$name/crt -i restful.crt - ceph config set mgr mgr/restful/$name/key -i restful.key + ceph config-key set mgr/restful/$name/crt -i restful.crt + ceph config-key set mgr/restful/$name/key -i restful.key where ``$name`` is the name of the ``ceph-mgr`` instance (usually the hostname). If all manager instances are to share the same certificate, you can leave off the ``$name`` portion:: - ceph config set mgr mgr/restful/crt -i restful.crt - ceph config set mgr mgr/restful/key -i restful.key + ceph config-key set mgr/restful/crt -i restful.crt + ceph config-key set mgr/restful/key -i restful.key Configuring IP and port -- 2.39.5