Neztore / tls-rpt-monitor

Stupid. Simple. TLS Report monitoring. Intended to be used with MTA-STS or DANE, for simplified reporting.
MIT License
4 stars 2 forks source link

Does it store the messages in json format? #12

Closed Blason closed 4 months ago

Blason commented 4 months ago

Hi,

I am yet to implement the docker and wondering since its a POST message. Does it even store the messages as well? So that I can parse it later on and see those counts?

Neztore commented 4 months ago

Hi Blason,

No it doesn't - I would be interested in expanding to include a SQLite database that tracks stats, but it doesn't do that at the moment. At the moment it's very simple (only two files of code, which are fairly readable) and it will just check for issues in reports and forward them on if needed.