http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/selfhosting/nginx/index.html
We can verify it is working on cryptcheck.fr: And there we have it, we have been able to get a working nginx server working with TLS 1.3 by default
using a free domain name, and free TLS certificates provided by Letsencrypt. To force the renewal of certificates every month, have this crontab: crontab -e
0 0 1 * * systemctl stop nginx ; "/root/.acme.sh/acme.sh" --server letsencrypt --cron --home "/root/.acme.sh" --force ; systemctl start nginx # once a month,...