boulder icon indicating copy to clipboard operation
boulder copied to clipboard

An ACME-based certificate authority, written in Go.

Results 421 boulder issues
Sort by recently updated
recently updated
newest added

This first step in account-pausing includes: - Database schema to track paused account/name pairs - SA method to ask if an account/name pair is paused - WFE logic to reject...

`threshold: -1` overrides in the legacy system mean "unlimited" ensure that this translates to an equivalent set of transactions (or lack thereof) in the new key-value rate limits package.

Write a new Go tool in the sre-tools repo which: 1) pre-processes the rate-limits YAML to make the comments actual YAML fields; 2) converts the rate limit data to the...

We need to calculate boulder's "NameID"s occasionally. Having a tool inside boulder source tree would be helpful (doesn't have to be built; something I can `go run` is fine) ```...

Bumps [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.46.1 to 0.51.0. Release notes Sourced from go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp's releases. Release v1.26.0/v0.51.0/v0.20.0/v0.6.0/v0.1.0 Added NewSDK in go.opentelemetry.io/contrib/config now returns a configured SDK with a valid MeterProvider. (#4804) Changed Change...

dependencies
go

Fixes #7198 --- **ATTENTION:** DO NOT merge until IN-9871 is completed. We have some pending work in our upcoming sprint (#7459) which will get this IN issue unblocked.

It's been one month since the last PSL update. Update: - github.com/weppos/publicsuffix-go from v0.30.3-0.20240411085455-21202160c2ed to v0.30.3-0.20240510084413-5f1d03393b3d - golang.org/x/crypto from v0.22.0 to v0.23.0 (no changes) - golang.org/x/net from v0.24.0 to v0.25.0...

**Summary:** Hi there, The public suffix list (https://github.com/publicsuffix/list) has recently been updated with new domains (https://github.com/publicsuffix/list/pull/1837). This modification has been automatically merged into the publicsuffix-go repository (https://github.com/weppos/publicsuffix-go/pull/992). To ensure that...

Remove the redis-tls, wfe-tls, and mail-test-srv keys which were generated by minica and then checked in to the repo. All three are replaced by the dynamically-generated ipki directory. Part of...