analyzer-d4-passivessl/README.md

9 lines
278 B
Markdown
Raw Normal View History

2019-03-27 16:39:46 +01:00
analyzer-d4-passivessl fetch a redis feed of certificate and TLS sessions and massage the dataset to be usable by lookup-d4-passivessl service.
# Dependencies
```bash
go get github.com/gomodule/redigo/redis
go get github.com/lib/pq
2019-04-11 16:25:10 +02:00
sudo apt install postgresal-plpython3-10
2019-03-27 16:39:46 +01:00
```