]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: fixed restful mgr module SSL configuration commands 21864/head
authorLenz Grimmer <lgrimmer@suse.com>
Mon, 14 May 2018 16:24:47 +0000 (18:24 +0200)
committerLenz Grimmer <lgrimmer@suse.com>
Mon, 14 May 2018 16:24:47 +0000 (18:24 +0200)
Signed-off-by: Lenz Grimmer <lgrimmer@suse.com>
doc/mgr/restful.rst

index ccd550f6eae9ad8cd2a641e82d8708e16fa73e46..51f59c40f8b9e4f36dc444215a48b5fdf1d4cd29 100644 (file)
@@ -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