From: Lenz Grimmer Date: Mon, 14 May 2018 16:24:47 +0000 (+0200) Subject: doc: fixed restful mgr module SSL configuration commands X-Git-Tag: v14.0.1~1216^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5b77331a254cf49afe1f5111744834de91b9cb99;p=ceph.git doc: fixed restful mgr module SSL configuration commands Signed-off-by: Lenz Grimmer --- 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