Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Marcelo Henrique Neppel <[email protected]>
marceloneppel committed Jun 3, 2024
1 parent e84775b commit 2aee678
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/reference/commands/enable.rst
Original file line number Diff line number Diff line change
@@ -99,13 +99,16 @@ Usage:

.. code-block:: none
microceph enable rgw [--port <port>] [--target <server>] [--wait <bool>] [flags]
microceph enable rgw [--port <port>] [--ssl-port <port>] [--ssl-certificate <certificate path>] [--ssl-private-key <private key path>] [--target <server>] [--wait <bool>] [flags]
Flags:

.. code-block:: none
--port int Service port (default: 80) (default 80)
--target string Server hostname (default: this server)
--wait Wait for rgw service to be up. (default true)
--port int Service non-SSL port (default: 80) (default 80)
--ssl-port int Service SSL port (default: 443) (default 443)
--ssl-certificate string Path to SSL certificate
--ssl-private-key string Path to SSL private key
--target string Server hostname (default: this server)
--wait Wait for rgw service to be up. (default true)

0 comments on commit 2aee678

Please sign in to comment.