Anton Bessonov

Results 206 comments of Anton Bessonov

Thanks, @spidgorny, I missed the flag. However, why should I explicitly use a watch flag? I mean, it's already in the compose file `¯\_(⊙︿⊙)_/¯` Anyway: ```yml # docker-compose.override.yml services: gateway:...

I totally agree and understand you! May be you should: 1. Place this description and sponsors at beginning of README, not end. 2. Instead of just "Sponsors" section, ask for...

Strongly disagree with @trixden . It's not how open source works. Open source is about sharing. @pleerock already made the **first** move and spend enough time to create this great...

> Computers don’t work in base10 arithmetic That's fine. > programmers don’t care about non technicians That's not true. In fact, programmers care much about non technicians and often about...

@awallace10 don't store jwt in any browser's local storage like localStorage, sessionStorage and even indexedDB or sql. Not only they are insecure, they aren't needed with authorization code flow.

@MatthewSH It's off-topic. But this is exactly the reason behind so much insecure solutions and data breaches in the wild. Just because devs don't understand security, don't understand how it...

My use case is exclusively json based

Hey @fredleger had you success with `cockroach cert` to renews the node certs managed by kube ca? How did you do that?

Resolved. There are two use cases. I assume that Kubernetes CA, Init-Container and StatefulSet are used. 1. If certificates are already expired. There are many effects that impact the process....

@ldez Actually, it is a bug. Switching the resolver (e.g., from staging to prod LE, or from HTTP challenge to DNS challenge) should ignore the certificate in the old acme.json...