logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pebble - ACME (RFC 8555) test server

Description

pebble  is  a miniature version of Boulder that can assist in the development and testing of ACME clients
       against the standard without having to setup a full production-capable ACME server.

       pebble is NOT designed for production use and is for testing only.  By design, it will drop  all  of  its
       state between invocations and will randomize keys and certificates used for issuance!

Name

       pebble - ACME (RFC 8555) test server

Options

-configstring
              File path to the Pebble configuration file (default "test/config/pebble-config.json")

       -dnsserverstring
              Define a custom DNS server address (ex: 192.168.0.56:5053 or 8.8.8.8:53).

       -strict
              Enable strict mode to test upcoming API breaking changes

                                                                                                       PEBBLE(1)

Synopsis

pebble [-configstring] [-dnsserverstring] [-strict]

See Also