diff --git a/source/user-manual/wazuh-dashboard/configuring-third-party-certs/ssl.rst b/source/user-manual/wazuh-dashboard/configuring-third-party-certs/ssl.rst index cdf3fc0095..1cae3520ba 100644 --- a/source/user-manual/wazuh-dashboard/configuring-third-party-certs/ssl.rst +++ b/source/user-manual/wazuh-dashboard/configuring-third-party-certs/ssl.rst @@ -234,7 +234,7 @@ Configure the renew_hook using the following steps authenticator = standalone server = https://acme-v02.api.letsencrypt.org/directory key_type = rsa - renew_hook = systemctl restart wazuh-dashboard + renew_hook = cp /etc/letsencrypt/live//privkey.pem /etc/letsencrypt/live//fullchain.pem /etc/wazuh-dashboard/certs/ && systemctl restart wazuh-dashboard #. Test the renewal hook by running the command below: