Skip to content

Commit

Permalink
Add certificates renew step
Browse files Browse the repository at this point in the history
  • Loading branch information
vcerenu committed Oct 9, 2024
1 parent c576017 commit d35c021
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/deployment-options/docker/upgrading-wazuh-docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@ To upgrade your deployment keeping your custom docker-compose files, do the foll
generator:
image: wazuh/wazuh-certs-generator:0.0.2
After these changes it is necessary to recreate the certificates

.. code-block:: bash
docker-compose -f generate-indexer-certs.yml run --rm generator
#. If you are upgrading from 4.3, some paths are different. You have to update the old paths with the new ones in the following manifests:

.. tabs::
Expand Down

0 comments on commit d35c021

Please sign in to comment.