Skip to content

Commit

Permalink
Merge pull request ceph#24790 from sileht/doc-fix
Browse files Browse the repository at this point in the history
doc/mgr/dashboard: fix typo in mgr ssl setup

Reviewed-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov authored Dec 10, 2018
2 parents 84f25b0 + 2d7ed8a commit fb48a77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/mgr/dashboard.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb48a77

Please sign in to comment.