certbot is --non-interactive
This commit is contained in:
@@ -33,6 +33,7 @@ sudo certbot certonly \
|
|||||||
--nginx \
|
--nginx \
|
||||||
--cert-name $(subdomain).joeac.net \
|
--cert-name $(subdomain).joeac.net \
|
||||||
--domain $(subst @.,,$(subdomain).)joeac.net \
|
--domain $(subst @.,,$(subdomain).)joeac.net \
|
||||||
|
--non-interactive \
|
||||||
&& sudo chown -R joeac.net:joeac.net $(dir $(tls_cert))
|
&& sudo chown -R joeac.net:joeac.net $(dir $(tls_cert))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user