diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-07 10:06:33 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-07 10:06:33 +0100 |
| commit | 5a5301fefb913ed092a46ee37acc7a30c3634c54 (patch) | |
| tree | 4ec1f4e254a159333df7515403e406769784863b /make | |
| parent | 4ee7c34161432a6b02588d03956ab70b1bfb4160 (diff) | |
fixes certonly command
Diffstat (limited to 'make')
| -rw-r--r-- | make/tls.mk | 2 |
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 |
