A docker container that issues manual ACME DNS-challenged certificates.
- Docker
- Internet Connection
Run the following command and change the website parameter with your target domain name.
docker build -t ubuntu-cert --build-arg website=google.com .
# Run the container and follow the steps.
docker run -it ubuntu-cert
MIT License.