From c29a262b055b18b2a7397b7361bed254fe56dbeb Mon Sep 17 00:00:00 2001 From: whirigoyen Date: Fri, 22 Oct 2021 11:39:28 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20section=20"Mise-=C3=A0-jour=20de=20la?= =?UTF-8?q?=20licence"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoESETS.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/HowtoESETS.md b/HowtoESETS.md index 0ad7c887..951f3c82 100644 --- a/HowtoESETS.md +++ b/HowtoESETS.md @@ -132,8 +132,24 @@ username = "admin" password = "password" ~~~ + ## Voir les logs ~~~ journalctl -f -u esets ~~~ + + +## Mise-à-jour de la licence + +Uploader le fichier de licence sur le serveur, puis exécuter : + +```bash +# /opt/eset/esets/sbin/esets_lic --import=$path/nod32.lic +``` + +Pour vérifier que la licence a bien été importée : + +```bash +# /opt/eset/esets/sbin/esets_lic +```