This project comprises a Dockerfile consisting of Certbot with the certbot-dns-multi plugin installed.
It is intended to be run in the DBCA environment with additional configuration (e.g. existing SSL certificates mounted at /etc/letsencrypt).
References:
- https://eff-certbot.readthedocs.io/en/stable/install.html#alternative-1-docker
- https://pypi.org/project/certbot-dns-multi/
Build an image for testing:
docker image build --tag ghcr.io/dbca-wa/certbot-dns-multi .Start an interactive local session:
docker container run -it --rm --entrypoint /bin/sh ghcr.io/dbca-wa/certbot-dns-multi