Rico
Rico
A user reported that the grafana dashboard doesn't show data right after importing it. Currently I don't know why exactly it happened. Setting/Updating the data source for each panel fixes...
Currently each "lite" cert is around 1500 bytes in size. That results in ~15 Mbit/s of data being sent over the network per client. By compressing the data, we should...
Depending on the use case, a user might want to process all the certificates via kafka. Currently the process requires a consumer to actively connect to the server via a...
Currently all the logs are only sent to stdout. It would be better to have a (configurable) log file to store all the logs in.
Server maintainers might want to limit access to the certstream server. This could be done by implementing a system that generates and compares access tokens prior to access.
A counter for how many certificates were sent to the API clients.
We offer a way for prometheus to grab metrics. We should document that somewhere (e.g. github wikis or a designated readme.md file)
Currently changing a cert requires the server to be restarted. That's obviously quite uncool. Nobody wants downtimes for cert updates. Here are a few resources that explain how to fix...
When using the dark mode, the `` code blocks show as a very bright gray (#fafafa). It is the same color as used in the bright mode, so I guess...
Hi there, due to issues like #148 and #138 I was wondering if it was possible to implement asyncio support in order to simultaneously process new mqtt events and do...