Brad Warren

Results 97 issues of Brad Warren

We recently reduced Certbot's logging level to `INFO` and cleaned up the output. As pointed out by @borisovg in #2264, however, we write all of this output to `stderr` which...

area: ui / ux
priority: significant

Automated deployments to the snap store rely on credentials stored in a [secure file](https://docs.microsoft.com/en-us/azure/devops/pipelines/library/secure-files?view=azure-devops) named `snapcraft.cfg` in Azure Pipelines. This file was created by running `snapcraft export-login --channels=beta,edge snapcraft.cfg`. This...

area: code health
area: snaps
priority: significant

If you run ``` sudo certbot -d example.org --standalone certonly ``` Certbot will obtain a certificate using a 2048 bit RSA key. If you then run ``` sudo certbot -d...

area: ui / ux
area: cert management
has pr

When running `certbot certonly` and a custom CSR, we don't tell users where everything was saved. Relevant output is: ``` Server issued certificate; certificate written to /home/bmw/src/certbot/0000_cert.pem Cert chain written...

area: ui / ux
priority: unplanned

This currently fails because `tox` tries to create the virtual environment in the root of the repo which is shared with the Windows host and blows up. (I'm not exactly...

area: testing
area: code health
area: windows

I'm creating this issue based on https://github.com/certbot/certbot/issues/1301. I think doing this would be an API change, but I think just relying on `cryptography` may be possible for us. This reduces...

area: code health
area: pyca
priority: unplanned

We use [Mozilla's intermediate TLS config](https://wiki.mozilla.org/Security/Server_Side_TLS) in Apache and Nginx. When these recommendations change, we should make sure we're notified so we can update our code. I've just been following...

area: security
area: testing

Let's Encrypt has something new on its pyca wishlist. We'd like an OCSP query API with the ability to inspect the HTTP headers from the OCSP response. This isn't an...

If you build augeas on macOS 11 Big Sur there are linking problems. The error is the same as https://github.com/hercules-team/ruby-augeas/issues/4 but I believe the cause is the `configure` script included...

I've been happily using stale for quite a while and I've only seen it do this once, but at https://github.com/certbot/certbot/issues/6269 an issue was marked as stale and a user posted...

bug