alexzorin

Results 129 comments of alexzorin

Firing off 1k+ HTTP requests every time somebody runs `certbot certificates` isn't great. Besides adding `--no-check-revocation`, maybe we can add something clever to the logic of `certbot certificates`. Like, disabling...

Purely out of nerd curiosity, I had a look at what the performance difference might be [if we `async`'d the crap out of the OCSP checks](https://github.com/certbot/certbot/compare/master...alexzorin:async-ocsp) in `certbot certificates`. 1000...

Hi, So, I think there is a legitimate bug here. `acme.message.Registration` loses the ability to be serialized back to JSON if it contains an EAB and goes through a deserialization→serialization...

Hey @adferrand I'd appreciate your input on a couple of Windows-related matters: 1. Could we set `-ExecutionPolicy Bypass` on Certbot's invocation of PowerShell to work around policy set on the...

There aren't any unreleased changes in Pebble at the moment, so we'd probably need to ask for a release. I don't mind waiting for an organic release, my workaround works...

It warms my heart to read such thoughtfully considered and written feedback. Thank you ❤️ . Since the nginx documentation specifically calls out `/usr/local/nginx/conf/` as a possible location for `nginx.conf`,...

I think deprecating macOS support in the instructions might be the way to go. Maybe, depending on how involved it is for E&D, we can show the standalone instructions instead...

The documentation is extremely bare.

>This is supported by the underlying Cloudflare library I have some pretty big misgivings about letting libraries implicitly look for credentials, because it sets us up for pain when these...