summaryrefslogtreecommitdiff
path: root/make/tls.mk
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-07-07 10:06:33 +0100
committerJoe Carstairs <me@joeac.net>2026-07-07 10:06:33 +0100
commit5a5301fefb913ed092a46ee37acc7a30c3634c54 (patch)
tree4ec1f4e254a159333df7515403e406769784863b /make/tls.mk
parent4ee7c34161432a6b02588d03956ab70b1bfb4160 (diff)
fixes certonly command
Diffstat (limited to 'make/tls.mk')
-rw-r--r--make/tls.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/tls.mk b/make/tls.mk
index 1c0753a..09ff9f3 100644
--- a/make/tls.mk
+++ b/make/tls.mk
@@ -29,7 +29,7 @@ uninstall_tls_$(subdomain): delete_cert_$(subdomain).joeac.net
endef
define obtain_or_renew_cert_cmd =
-sudo certbot certonly
+sudo certbot certonly \
--nginx \
--cert-name $(subdomain) \
--domain $(subst @.,,$(subdomain).)joeac.net