Auto Renewal with Nginx without downtime

I’m using something like this on a load balancer that sits in front of a couple of different backends (using proxy_pass):

location ~ /\.well-known {
    root /var/www/html/letsencrypt;
}

… then pass /var/www/html/letsencrypt to the client.

2 Likes