Tristan Seligmann

Results 58 comments of Tristan Seligmann

I see the Python client library doesn't emit implement the quantile metrics at all (a summary only has the count and sum metrics), deliberately; perhaps we should think about deprecating...

I think requesting a partial certificate when not all domains could be authorized is useful, since it means that only the failing domain(s) will be affected while the other domains...

https://hackage.haskell.org/package/time-units is an interesting related thing here.

This is available in LE production: https://community.letsencrypt.org/t/tls-alpn-validation-method/63814

We need to get in here somehow, I guess: https://github.com/glyph/txsni/blob/fc638e8f2f793284eecce606dc0183e57128bbf5/txsni/snimap.py#L137

Wouldn't actually work because we're listening on the wrong port (we're listening on something that gets port 443 traffic, but we need port 80 traffic). I suppose we could just...

It looks like tls-sni will live on in tls-sni-03, so we don't necessarily need to kill it, but we should document prominently that it won't work for new users at...

That all sounds good, but I have one concern: > So I'm inclined to not make it completely general, but instead provide specific kwargs for the ones that we know...

I don't know if anyone is actually using txacme with systemd port activation or txtorcon, but those seem like obvious use cases that I'd really like to support easily if...