IT Tips

Access

Blog History

Certbot Renew –deploy-hook example

root crontab 6 3,15 * * * /usr/local/bin/certbot-renew /usr/local/bin/certbot-renew certbot renew sets $RENEWED_DOMAINS to a space separated list of domains that have had a cert renewed so you can use it to trigger a nginx reload and commit the certs to version...

read more...

Notes on HTTP3 / QUIC enabling nginx

Minimum Nginx Version You have to have a recent version of nginx ( greater than 1.25.0) so default Ubuntu 24.04LTS (nginx 1.24.0) won't cut it. To get HTTP3 / QUIC on Ubuntu 24.04 LTS you have to enable the nginx.org repo and then you can install nginx 1.30.3 (*...

read more...