The role is rather opinionated in that the letsencrypt must be /etc/letsencrypt.
It would be great to have that as a variable that could be defined, but use that directory as the default. It makes it rather complicated to use it in a container by hardcoding the directory like that.
traefik v2 load balancer and reverse proxy server using docker-compose. Get SSL/TLS certificates automatically using traefik dynamic configurations. Automatically obtain wildcard/SANs certificates for your domain using traefik (lego) with DNS TXT record propagation
SSL Certification Renewal Suite. Automated bot to finish domain verification challenges with Godaddy, renew SSL certificates with letsencrypt, convert certificates to pfx, and replace the expired version in Azure Vault.
The role is rather opinionated in that the letsencrypt must be
/etc/letsencrypt
.It would be great to have that as a variable that could be defined, but use that directory as the default. It makes it rather complicated to use it in a container by hardcoding the directory like that.