pebble icon indicating copy to clipboard operation
pebble copied to clipboard

A miniature version of Boulder, Pebble is a small RFC 8555 ACME test server not suited for a production certificate authority.

Results 60 pebble issues
Sort by recently updated
recently updated
newest added

Hello, last version of pebble based on tags is 2.4.0, but last in [docker hub](https://hub.docker.com/r/letsencrypt/pebble/tags) is 2.3.1. Is there any chance to update it?

I believe we consider this improper behaviour: https://github.com/letsencrypt/pebble/blob/main/test/chisel2.py#L67-L71

I saw that there is a [new git tag](https://github.com/letsencrypt/pebble/releases/tag/v2.4.0) in this repo of pebble, but no docker image has been built and pushed as part of cutting that release yet....

With Go version 1.16.2, on macOS, the build instructions in the readme include an erroneous third step and step two creates the binary in `$GOPATH/bin/pebble`. And no `$GOPATH/src` folder is...

- Add subproblem support (rfc8555#section-6.7.1) - Use subproblems when rejecting identifiers in newOrder - Block "blocked-domain.example" in the default configuration --- Fixes #243. Will be useful for https://github.com/certbot/certbot/pull/9272.

Use "invalid" instead, and add comments linking to the spec. Fixes #300

using onion-v3 as identifier type, onion-v3-csr for challange type for ed25519 csr challange CA/BR appendex B https://community.letsencrypt.org/t/certificate-for-onion-v3-address/177283 see https://github.com/orangepizza/acme-onion-doc for rfc-ish doc

Specifically this adds two additional delay points: - Between completing validation but before updating the order state - After signing the certificate and before marking it as ready The first...