igrigorik / istlsfastyet.com

Is TLS fast yet? Yes, yes it is.
https://istlsfastyet.com
421 stars 89 forks source link

added caddy #165

Closed midzer closed 6 years ago

midzer commented 6 years ago

Hi all, based on info from https://github.com/igrigorik/istlsfastyet.com/issues/145 I've added Caddy.

Cheers and have a nice weekend midzer

igrigorik commented 6 years ago

Note that Caddy's row will be nearly equivalent to Go's row except that Caddy's "OCSP Stapling" value will be Yes instead of Optional.

@mholt do we have Caddy documentation that we can point to for the various features, instead of Go? It's not entirely intuitive why the links are pointing at Go docs.

mholt commented 6 years ago

@igrigorik I agree, the links should point to Caddy's docs or maybe its code. The unique thing here is that most of these things are automatic in Caddy, rather than being something configurable, so finding a specific page to link to isn't obvious. (Maybe "automatic" is another option for cell text instead of just "yes"?)

I can add these points to a page of documentation -- either on the Automatic HTTPS page or the tls directive page by the next release, and you can link to those instead maybe?

igrigorik commented 6 years ago

I can add these points to a page of documentation -- either on the Automatic HTTPS page or the tls directive page by the next release, and you can link to those instead maybe?

That works!

mholt commented 6 years ago

Alright, you can link to https://caddyserver.com/docs/tls#summary -- it's a little redundant but this way it makes explicit what was otherwise only implicit.

midzer commented 6 years ago

:+1: @mholt

Alright, gonna push new commit soon.

igrigorik commented 6 years ago

@midzer @mholt thanks guys!