Skip to content

Commit 47f1966

Browse files
committed
{WiP} Update the installation guide
1 parent 5bb74e2 commit 47f1966

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

source/installation-guide/wazuh-dashboard/installation-assistant.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. Copyright (C) 2015, Wazuh, Inc.
22
33
.. meta::
4-
:description: Learn how to install the Wazuh dashboard using the assisted installation method. The Wazuh dashboard is a flexible and intuitive web interface for mining and visualizing security events and archives.
4+
:description: Learn how to install the Wazuh dashboard using the assisted installation method. The Wazuh dashboard is a flexible and intuitive web interface for mining and visualizing security events and archives.
55

66
Installing the Wazuh dashboard using the assisted installation method
77
=====================================================================
@@ -18,9 +18,9 @@ Wazuh dashboard installation
1818
# curl -sO https://packages.wazuh.com/|WAZUH_CURRENT_MINOR|/wazuh-install.sh
1919
2020
#. Run the Wazuh installation assistant with the option ``--wazuh-dashboard`` and the node name to install and configure the Wazuh dashboard. The node name must be the same one used in ``config.yml`` for the initial configuration, for example, ``dashboard``:
21-
21+
2222
.. note::
23-
23+
2424
Make sure that a copy of ``wazuh-install-files.tar`` created during the Wazuh indexer installation is placed in your working directory.
2525

2626
.. code-block:: console
@@ -32,19 +32,19 @@ Wazuh dashboard installation
3232
Once the Wazuh installation is completed, the output shows the access credentials and a message that confirms that the installation was successful.
3333

3434
.. code-block:: none
35-
:emphasize-lines: 3,4
36-
35+
:emphasize-lines: 3,4
36+
3737
INFO: --- Summary ---
3838
INFO: You can access the web interface https://<WAZUH_DASHBOARD_IP_ADDRESS>
3939
User: admin
4040
Password: <ADMIN_PASSWORD>
4141
4242
INFO: Installation finished.
4343
44-
You now have installed and configured Wazuh. Find all passwords that the Wazuh installation assistant generated in the ``wazuh-passwords.txt`` file inside the ``wazuh-install-files.tar`` archive. To print them, run the following command:
45-
44+
You now have installed and configured Wazuh. Find all passwords that the Wazuh installation assistant generated in the ``wazuh-passwords.txt`` file inside the ``wazuh-install-files.tar`` archive. Run the following command to print them:
45+
4646
.. code-block:: console
47-
47+
4848
# tar -O -xvf wazuh-install-files.tar wazuh-install-files/wazuh-passwords.txt
4949
5050
#. Access the Wazuh web interface with your ``admin`` user credentials. This is the default administrator account for the Wazuh indexer and it allows you to access the Wazuh dashboard.
@@ -53,7 +53,7 @@ Wazuh dashboard installation
5353
- **Username**: ``admin``
5454
- **Password**: ``<ADMIN_PASSWORD>``
5555

56-
When you access the Wazuh dashboard for the first time, the browser shows a warning message stating that the certificate was not issued by a trusted authority. An exception can be added in the advanced options of the web browser. For increased security, the ``root-ca.pem`` file previously generated can be imported to the certificate manager of the browser instead. Alternatively, a certificate from a trusted authority can be configured.
56+
When you access the Wazuh dashboard for the first time, the browser shows a warning message stating that the certificate was not issued by a trusted authority. An exception can be added in the advanced options of the web browser. For increased security, the ``root-ca.pem`` file previously generated can be imported to the certificate manager of the browser instead. Alternatively, you can :doc:`configure a certificate </user-manual/wazuh-dashboard/configuring-third-party-certs/index>` from a trusted authority.
5757

5858
Disable Wazuh updates
5959
---------------------
@@ -85,7 +85,7 @@ All the Wazuh central components are successfully installed.
8585

8686
</a>
8787
</div>
88-
88+
8989
<div class="link-boxes-item past-step">
9090
<a class="link-boxes-link" href="../wazuh-server/index.html">
9191
<p class="link-boxes-label">Install the Wazuh server</p>
@@ -98,15 +98,15 @@ All the Wazuh central components are successfully installed.
9898

9999
</a>
100100
</div>
101-
101+
102102
<div class="link-boxes-item past-step">
103103
<a class="link-boxes-link" href="index.html">
104104
<p class="link-boxes-label">Install the Wazuh dashboard</p>
105105

106106
.. image:: ../../images/installation/Dashboard-Circle.png
107107
:align: center
108108
:height: 61px
109-
109+
110110
.. raw:: html
111111

112112
</a>

0 commit comments

Comments
 (0)