Relative Content

Tag Archive for dockerdocker-composedockerfilelets-encryptcertbot

I’m trying to create a Docker composition that automates Let’s Encrypt certificates and renewal

I have a webapp that uses React/nginx for the frontend and Node.js for the backend. I want to create a Docker composition that not only spins up the frontend and backend but also takes cares of the TLS certificates. I ran my docker-compose.yaml one many times and now certbot says that I’ve exceeded the rate limit for requesting a certificate. However, I’m able to run certbot commands on my host machine without any issues. I don’t understand why the Docker container has this issue.