Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ansible/acme-test-container

A container for integration testing ACME protocol modules.
https://github.com/ansible/acme-test-container

ansible-test docker docker-container docker-image

Last synced: 9 days ago
JSON representation

A container for integration testing ACME protocol modules.

Awesome Lists containing this project

README

        

# acme-test-container

[![Build Status](https://dev.azure.com/ansible/acme-test-container/_apis/build/status/CI?branchName=main)](https://dev.azure.com/ansible/acme-test-container/_build?definitionId=11)

A container for integration testing ACME protocol modules.

Uses [Pebble](https://github.com/letsencrypt/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= -t local/ansible/acme-test-container: .
```

## License and Copyright

Some of the code (collected in [acme_tlsalpn.py](acme_tlsalpn.py)) has been taken from
[Certbot's ACME library](https://github.com/certbot/certbot/tree/master/acme)
and is licensed under the Apache License 2.0, which can be found in [LICENSE-acme](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](LICENSE).