fix cert-name in tls.mk

This commit is contained in:
2026-07-07 10:22:32 +01:00
parent 44e4605be8
commit 5e640711ce
+1 -1
View File
@@ -31,7 +31,7 @@ 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).joeac.net \
--domain $(subst @.,,$(subdomain).)joeac.net --domain $(subst @.,,$(subdomain).)joeac.net
endef endef