fixes certonly command

This commit is contained in:
2026-07-07 10:06:33 +01:00
parent 4ee7c34161
commit 5a5301fefb
+1 -1
View File
@@ -29,7 +29,7 @@ uninstall_tls_$(subdomain): delete_cert_$(subdomain).joeac.net
endef endef
define obtain_or_renew_cert_cmd = define obtain_or_renew_cert_cmd =
sudo certbot certonly sudo certbot certonly \
--nginx \ --nginx \
--cert-name $(subdomain) \ --cert-name $(subdomain) \
--domain $(subst @.,,$(subdomain).)joeac.net --domain $(subst @.,,$(subdomain).)joeac.net