←back to thread

160 points Metalnem | 1 comments | | HN request time: 0s | source
Show context
gslin ◴[] No.44495857[source]
> You Should Run a Certificate Transparency Log

And:

> Bandwidth: 2 – 3 Gbps outbound.

I am not sure if this is correct, is 2-3Gbps really required for CT?

replies(3): >>44497422 #>>44497536 #>>44501107 #
nomaxx117 ◴[] No.44501107[source]
I wonder how much putting a CDN in front of this would reduce this.

According to the readme, it seems like the bulk of the traffic is highly cacheable, so presumably you could park something a CDN in front and substantially reduce the bandwidth requirements.

replies(1): >>44501739 #
1. mcpherrinm ◴[] No.44501739[source]
Yes, the static-ct api is designed to be highly cacheable by a CDN.

That is one of the primary motivations of its design over the previous CT API, which had some relatively flexible requests that led to less good caching.