README aktualisiert

main
sebastian.serfling 2025-03-14 09:50:57 +00:00
parent a1ee604e5f
commit dc0596a156
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -5,7 +5,7 @@ Vorher den Command ausführen damit die psk erstellt wird
``` ```
mkdir enc mkdir enc
openssl rand -hex 32 >> enc/zabbix_agentd.psk openssl rand -hex 32 >> enc/zabbix_agentd.psk
chmod 1997:1997 enc/zabbix_agentd.psk chown 1997:1997 enc/zabbix_agentd.psk
``` ```