mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
Enable OCSP logging by default.
In the past I thought that this is not super interesting. However, it turns out that this can actually contain a slew of interresting information - like operating systems querying for the revocation of software signing certificates, e.g. So - let's just enable this as a default log for the future.
This commit is contained in:
parent
bfd589bc30
commit
64ab1bbd47
12 changed files with 98 additions and 74 deletions
|
@ -8,6 +8,8 @@
|
|||
##! the parsing of certificate information in the core is disabled. Instead, the cached events
|
||||
##! and data structures from the previous certificates are used.
|
||||
|
||||
@load ./main
|
||||
|
||||
module X509;
|
||||
|
||||
export {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue