I wrote a Chef Recipe which try to installing LetsEncrypt.org certificates to server. But LetsEncrypt asks for accepting terms with a dialog.
How can i automatically accept terms when i run ./letsencrypt-auto ?
I wrote a Chef Recipe which try to installing LetsEncrypt.org certificates to server. But LetsEncrypt asks for accepting terms with a dialog.
How can i automatically accept terms when i run ./letsencrypt-auto ?
You’re looking for --agree-tos. You might also want to use --non-interactive and possibly --email you@example.com.
–accept-tos gives error, but –non-interactive is working. Thank you @pfg
terminal output shows me now, it must be –agree-tos instead of –accept-tos
Sorry about that, I guess I was thinking about lego, where it’s --accept-tos. 
I’ve updated my post in case anyone stumbles upon this page in the future.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.