Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ansible/acme-test-container
- Owner: ansible
- License: gpl-3.0
- Created: 2018-07-19T15:46:48.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T21:11:21.000Z (almost 2 years ago)
- Last Synced: 2024-10-08T10:54:06.635Z (about 1 month ago)
- Topics: ansible-test, docker, docker-container, docker-image
- Language: Python
- Homepage: https://quay.io/repository/ansible/acme-test-container
- Size: 44.9 KB
- Stars: 2
- Watchers: 12
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).