Florian Apolloner

Results 361 comments of Florian Apolloner

> Yes, but you want the name constraints in the intermediate. @maraino Any reason why one would want it on the intermediate? Given that one usually adds the root to...

@hslatman Thank you for the detailed answer. > A workaround for the above situation could be to initialize your PKI without name constraints on the root, with name constraints on...

Haha, TLS is everything but easy. Guess I'll need to do some testing more :) Thanks!

Hi Jan, I enabled this on my system and it already looks great. Do you think there is any chance of showing the full text though? It currently gets cut...

That would look like this: ![image](https://github.com/openssh/openssh-portable/assets/81547/9b624082-2112-44c2-9ba4-5f272144b57c) Now it seems to clip long "words". Given that the ssh askpass prompts show the key fingerprint, this will be "long" and it would...

Yes, I'd like to have a common tooling for building the image. I do not want to figure out how I can shove buildah into my ci pipeline. So any...

> I am curious about the overhead. Have you figured something that works ? Well collecting static files would mean that static files would be brotli compressed and sent out...

I have pushed a partial fix to https://github.com/healthchecks/healthchecks/pull/904 for healthchecks.io. That shows a way on how to fix the reported error, it doesn't fix it for hc though :/

I feel like that the typing is wrong in django-stubs here, the callable doesn't take self?

Okay, the missing self alone is not the sole issue. Another issue is probably also that the override does not support `bool` as option (which makes sense since it narrows...