TIL (today I learned): @letsencrypt has a neat little project for running a test CA for the ACME protocol called Pebble.
https://github.com/letsencrypt/pebble
https://letsencrypt.org/2025/04/30/pebbleacmeimplementation
I just wired it into the tests for the foundata.acmesh #Ansible collection inside each #Podman
container to test the webroot challenge end-to-end across all platforms without requiring external infrastructure:

GitHub - letsencrypt/pebble: A miniature version of Boulder, Pebble is a small RFC 8555 ACME test server not suited for a production certificate authority.
A miniature version of Boulder, Pebble is a small RFC 8555 ACME test server not suited for a production certificate authority. - letsencrypt/pebble


