From 9d440e647d506a3841ceef33b5742ef53470147f Mon Sep 17 00:00:00 2001 From: Giulio Cervellin Date: Thu, 9 Jul 2026 22:48:53 +0200 Subject: [PATCH] Fix Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f672358..3f02d50 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Esempio: `TLSPSKIdentity=gitea-v1` ### TLSPSKFile Generare una chiave crittografica e salvarla in `/etc/zabbix/agent.psk`: ```bash -openssl rand -hex 32 | tee /etc/zabbix/agent.psl +openssl rand -hex 32 | tee /etc/zabbix/agent.psk ``` ### Trim