jasonish / evebox

Web Based Event Viewer (GUI) for Suricata EVE Events in Elastic Search
https://evebox.org/
MIT License
423 stars 67 forks source link

Use self-signed certificate by default #255

Closed jasonish closed 1 year ago

jasonish commented 1 year ago

Create and use a self-signed certificate by default. Its become expected of network services to be a bit more secure by default.

This should be tied to requiring authentication by default.

There must be a command line option to opt out.

This crate might help to generate self signed certs programmatically: https://github.com/est31/rcgen

jasonish commented 1 year ago

Merged to main. EveBox will now generate a self-signed certificate and use TLS by default.