Skip to content

Commit

Permalink
docs: Disabled TLS for webui
Browse files Browse the repository at this point in the history
  • Loading branch information
astoorangi committed Jul 4, 2019
1 parent be3c92b commit 5226848
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
Expand Up @@ -151,7 +151,7 @@ This assumes, |dir| and |webui| are installed on the same host.
*<input>reload</input>
reloaded
*<input>configure add console name=admin password=secret profile=webui-admin</input>
*<input>configure add console name=admin password=secret profile=webui-admin tlsenable=false</input>
Of course, you can choose other names and passwords. For details, see :ref:`section-webui-console`.

Expand Down Expand Up @@ -180,6 +180,7 @@ To allow a user with name **admin** and password **secret** to access the |dir|
Name = "admin"
Password = "secret"
Profile = "webui-admin"
TlsEnable = false
}
To enable this, reload or restart your |dir|.
Expand All @@ -188,10 +189,12 @@ To allow a user with name **admin** and password **secret** to access the |dir|

.. code-block:: bconsole
*<input>configure add console name=admin password=secret profile=webui-admin</input>
*<input>configure add console name=admin password=secret profile=webui-admin tlsenable=false</input>
If the profile could not be found, reload or restart your |dir|.

TLS-PSK is not available between the |webui| and the |dir|. To enable TLS with certificates, see :ref:`TransportEncryptionWebuiBareosDirChapter`.

For details, please read :ref:`DirectorResourceConsole`.

.. _section-webui-profile:
Expand Down
6 changes: 4 additions & 2 deletions docs/manuals/source/TasksAndConcepts/TransportEncryption.rst
Expand Up @@ -425,6 +425,8 @@ However, it is also possible to disable transport encryption and use cleartext t

Transport encryption between |bareosWebui| and a |bareosDir| can be configured on a per restricted named console basis.

TLS-PSK is not available between the Bareos WebUI and the Bareos Director, in the following you will set up TLS with certificates.


Please check the following configuration examples. A complete table of the directives in the :file:`directors.ini` file see: :ref:`directors-ini-directives`

Expand Down Expand Up @@ -553,8 +555,8 @@ Overview of the settings in the |bareosWebui| :file:`directors.ini` file

Directive , Type , Default value , Remark , Description
tls_verify_peer , boolean , false , Optional , TLS verif peer
server_can_do_tls , boolean , false , Required , Server can do TLS
server_requires_tls , boolean , false , Required , Server requires TLS
server_can_do_tls , boolean , false , Required , Server (|dir|) can do TLS
server_requires_tls , boolean , false , Required , Server (|dir|) requires TLS
client_can_do_tls , boolean , false , Required , Client can do TLS
client_requires_tls , boolean , false , Required , Client requires TLS
ca_file , string , , Required , Certificate authority file
Expand Down

0 comments on commit 5226848

Please sign in to comment.