README aktualisiert

main
sebastian.serfling 2025-03-12 16:08:56 +00:00
parent 5707ba07ce
commit b8f5d42f96
1 changed files with 2 additions and 1 deletions

3
README
View File

@ -3,7 +3,8 @@
Vorher den Command ausführen damit die psk erstellt wird Vorher den Command ausführen damit die psk erstellt wird
``` ```
openssl rand -hex 32 >> /root/zabbix-proxy/enc/zabbix_agentd.psk openssl rand -hex 32 >> enc/zabbix_agentd.psk
chmod 1997:1997 enc/zabbix_agentd.psk
``` ```