dumpy 0.4.0-alpha.2

A web frontend to Suricata full packet capture
1
2
3
4
5
### Self Signed Certificate

```
openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -sha256 -days 365 -nodes -subj '/CN=localhost'
```