auto-letsencrypt
auto-letsencrypt copied to clipboard
A Docker image to automatically request and renew SSL/TLS certificates from Let's Encrypt
Results
2
auto-letsencrypt issues
Sort by
recently updated
recently updated
newest added
Should be something like this instead ``` for domain in "${DOMAINS[@]}"; do cp /etc/letsencrypt/live/$domain/* $CERTS_PATH/ done ``` Just to get it functional. But even then you end up with the...
Since I have many webapp containers which all run on different subdomains, I have a proxy container which handles directing traffic in front of my webapps. So it makes more...