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 61 pebble issues
Sort by recently updated
recently updated
newest added

For http request issues (wrong headers, etc) a way to log full http requests and responses would be helpful. I'd be happy to add this - should it be gated...

I am trying to test a scenario where my auth challenge fails, but pebble does not always require a challenge (if one was successful before ?), so my test is...

Currently one has to provide just an IP address for `defaultIPv4`. But when running inside CI you might not know the IP because it could be dynamic, but you do...

For simplicity of setup, please consider generating the end-entity certificate and private key for the challenge server itself. That would allow running pebble without having to check those files into...

For use cases that don't need the management server (e.g. just using `pebble-challtestserv` as a mock DNS server to test a server that handles tls-alpn-01 challenges itself), please consider allowing...

`pebble` and `pebble-challtestserv` run in the foreground, and have to be explicitly placed in the background. Please consider adding an option to open a listening port and *then* go into...

I am trying to create a db.Store interface class to abstract the behavior of manipulating the DB. People can then implement it to solve their own problems (eg store RootCA/CA...

When running pebble in Docker using the Dockerfile at `docker/pebble/linux.Dockerfile`, sometimes the request for fetching authorization object produces the error `missing Location in call to Time.In` from the lines below:...

I am having an issue where key authorization is failing. I get the following: Verify error:The key authorization file from the server did not match this challenge. I can see...

Hey, it appears that the repo included github.com/jmhodges/clock as a dependency at some point, but it was removed (#231). As I was trying to integrate pebble into our integration tests,...