fixes certonly command
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user