Skip to content

MeepMeep is an minimal ACME V2 client library for Go.

License

Notifications You must be signed in to change notification settings

calavera/meepmeep

Repository files navigation

MeepMeep

MeepMeep is an minimal ACME V2 client library for Go.

It's compatible with the ACME draft 09, and it intentionally ignores any draft before that version.

MeepMeep is designed to be used inside an application that handles challenge requests and any other additional logic required to manage ACME certificates.

Documentation: https://godoc.org/github.com/calavera/meepmeep

State

MeepMeep is still in early development and it has not been tested with Let's Encrypt staging environment yet.

Development

MeepMeep uses Pebble as testing ACME server, but you don't need to install it, or run it. MeepMeep also uses Docker to run tests in isolation.

Run tests

  1. Ensure you have Docker installed and you can run it as non-root user. See Docker's installation guide if you're not sure about this:

  2. Run all tests with make run-tests.

LICENSE

MIT

About

MeepMeep is an minimal ACME V2 client library for Go.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages