Automatically accept ACME without user intervention

Hello,

I am trying to automate the creation of ssl certificates with letsencrypt but when I am running letsencrypt-auto the first time a blue screen appears where it ask me to accept or not the ACME. Can it be automatically accepted somehow so that the deployment can be done automatically. without anyone needing to press enter of click or anything else.

Regards,
Peter

Add the --agree-tos flag to your command line (see letsencrypt-auto --help all for more information).

1 Like

Great thanks for your answer.

If you are testing things, make sure to use the staging server so you don’t run into production rate limits.

1 Like