From d35c021d0bcd1bedda2f0eb7b1569cc7d0644121 Mon Sep 17 00:00:00 2001 From: vcerenu Date: Wed, 9 Oct 2024 14:21:11 -0300 Subject: [PATCH] Add certificates renew step --- source/deployment-options/docker/upgrading-wazuh-docker.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/deployment-options/docker/upgrading-wazuh-docker.rst b/source/deployment-options/docker/upgrading-wazuh-docker.rst index 4ab7ddef8f..74c880e8d6 100644 --- a/source/deployment-options/docker/upgrading-wazuh-docker.rst +++ b/source/deployment-options/docker/upgrading-wazuh-docker.rst @@ -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::