nginx-certbot
nginx-certbot copied to clipboard
Boilerplate configuration for nginx and certbot with docker-compose
docker-compose is not found in Docker Compose V2. If developer wants to install it manually it causes much more problems. So, I updated it for Docker Compose V2. I was...
Hi Can you pls update the configuration that's available with certbot/dns-cloudflare docker image? I think some configuration will be a little different and I am stuck how to setup the...
init-letsencrypt.sh works perfectly for domains like website.com or www.website.com, however when specific subdomains required like forum.website.com it fails with this error ``` Certbot failed to authenticate some domains (authenticator: webroot)....
Adds a check for current architecture so docker grabs the correct images accordingly. Since certbot only provides amd64, arm32 and arm64 docker images, only those checks are made. This will...