Files
ajacoutot 6d289bf7b2 Update to zeek-5.0.0.
Move to using openssl1 because zeek needs:
EVP_PKEY_TLS1_PRF, EVP_PKEY_CTX_set1_tls1_prf_secret,
EVP_PKEY_CTX_set_tls1_prf_md, EVP_PKEY_CTX_add1_tls1_prf_seed
2022-07-06 20:41:29 +00:00

24 lines
797 B
Plaintext

+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------
Note that most zeekctl(8) commands must be run as root.
Post-install steps
==================
Before starting zeek(8) for the first time, the "interface" must be properly
configured under:
${SYSCONFDIR}/zeek/node.cfg
And the configuration and policies must be installed and deployed by running:
zeekctl deploy
This command will run zeekctl(8) with the check, install, and restart
arguments.
It's also recommended to enable housekeeping tasks by adding the following
entry into root's crontab(5):
*/5 * * * * ${TRUEPREFIX}/bin/zeekctl cron
See https://docs.zeek.org/en/current/quickstart.html for details.