docker-nginx-certbot icon indicating copy to clipboard operation
docker-nginx-certbot copied to clipboard

nginx in docker doing SSL termination with certbot

Results 1 docker-nginx-certbot issues
Sort by recently updated
recently updated
newest added

Look: certbot.sh ``` function install_link () { LATEST=$(ls -td1 ${LIVEDIR}/* | head -n1) ... ``` if I manualy exec in container shell ls -td1 /etc/letsencrypt/live/* I get: /etc/letsencrypt/live/README /etc/letsencrypt/live/mydomain README...