Skip to content

A container for integration testing ACME protocol modules.

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
LICENSE-acme
Notifications You must be signed in to change notification settings

ansible/acme-test-container

Repository files navigation

acme-test-container

Build Status

A container for integration testing ACME protocol modules.

Uses Pebble.

Usage

Building the image locally

docker image build -t local/ansible/acme-test-container:latest .

Building the image locally with a different version of Pebble checked out

docker image build --build-arg PEBBLE_CHECKOUT=<hash|branch|tag> -t local/ansible/acme-test-container:<hash|branch|tag> .

License and Copyright

Some of the code (collected in acme_tlsalpn.py) has been taken from Certbot's ACME library and is licensed under the Apache License 2.0, which can be found in LICENSE-acme. This code is copyright 2015 Electronic Frontier Foundation and others.

The controller, Dockerfile and all other files are licensed under the GPL v3 (or later). You can find the license in LICENSE.