fix cert-name in tls.mk
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user