List of CT Logs used #41
-
Hi Rico, I see the list of CT logs server used, when the daemon start
I have indeed the same number of CT log servers compared to those in Chrome: https://www.gstatic.com/ct/log_list/v3/log_list.json To not miss any certificate, daemon needs to "track" all available CT log servers. My concern is that if the daemon run smoothly during a long period of time without restart, could we "miss" some new CT log servers available, and miss some certificates ? Thank's |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 3 replies
-
Hi, your concern is totally valid. I thought about implementing this in the past but I seem to have forgotten about it. I'll add a background job that updates the logs from the ct log list every now and then. See also #42. What do you think is a good interval? I thought about checking once every 6 hours. That would be 4 times per day. Also not sure about it, but the original server from calidog doesn't seem to support auto updates to the ct log list either, does it? My elixir knowledge is pretty limited, but it seems that it also only fetches the full list once at startup. |
Beta Was this translation helpful? Give feedback.
-
Hi @d-Rickyy-b First, thank you very much for the very fast feedback and new release 👌
If I have to choose myself, I think I would pick every "1 hour" interval because:
An alternative would be to have this setting added to the
I don't remember is does this indeed..
Great ! Thank you !
I will check logs again after 6 hours of running 😉 |
Beta Was this translation helpful? Give feedback.
-
Hi Rico, I confirm I see in logs with
So looks good to me 👍 ( as much as we can test without a new CT log server arriving for real )
Thanks 👍
Sounds good, thank you 👍 |
Beta Was this translation helpful? Give feedback.
-
I may suggest 2 minor things for logs
Example:
Example
|
Beta Was this translation helpful? Give feedback.
-
Issue/suggestion was fixed and is included in this release: https://github.com/d-Rickyy-b/certstream-server-go/releases/tag/v1.7.0 |
Beta Was this translation helpful? Give feedback.
-
Thank you very much... New version installed 👍 |
Beta Was this translation helpful? Give feedback.
Hi, your concern is totally valid. I thought about implementing this in the past but I seem to have forgotten about it. I'll add a background job that updates the logs from the ct log list every now and then. See also #42. What do you think is a good interval? I thought about checking once every 6 hours. That would be 4 times per day.
Also not sure about it, but the original server from calidog doesn't seem to support auto updates to the ct log list either, does it? My elixir knowledge is pretty limited, but it seems that it also only fetches the full list once at startup.
https://github.com/CaliDog/certstream-server/blob/60de7000901e5eb246d2e83c908678b43e5a60c8/lib/certstream/ct_watcher.…