certbot is --non-interactive

This commit is contained in:
2026-07-07 13:29:26 +01:00
parent 30af54b750
commit 87527646fa
+1
View File
@@ -33,6 +33,7 @@ sudo certbot certonly \
--nginx \
--cert-name $(subdomain).joeac.net \
--domain $(subst @.,,$(subdomain).)joeac.net \
--non-interactive \
&& sudo chown -R joeac.net:joeac.net $(dir $(tls_cert))
endef