From 94c73f97ab229a9c7e7acedea95b8cdc22a29666 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sat, 1 Oct 2022 19:07:14 +0200 Subject: [PATCH] add redis debug informations --- seed/redis/DEBUG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/seed/redis/DEBUG.md b/seed/redis/DEBUG.md index 9b911e7c..caf0da57 100644 --- a/seed/redis/DEBUG.md +++ b/seed/redis/DEBUG.md @@ -3,3 +3,16 @@ redis-cli -a FFCHtN-HWO_X6-bVaXgw MONITOR Puis naviger sur l'application + + +# PING + +(après avoir copier les certifs du clients) +redis-cli --tls -a BZET2ptPyGw6ufYG0-iG --cacert /etc/pki/ca-trust/source/anchors/ca_Redis.crt --cert /usr/local/lib/redis.crt --key /usr/local/lib/redis.key -p 6380 PING + +# Mode debug + +sed -i "s/loglevel notice/loglevel debug/g" /etc/redis/redis.conf +systemctl restart redis + +