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