sudo -H bench setup lets-encrypt non-interactive option #1596
Open
Description
Hello,
The server command sudo -H bench setup lets-encrypt {url}
has these options:
the -n option allows to skip the "Do you want to continue? [y/N]:" prompt.
However, the "nginx.conf already exists and this will overwrite it. Do you want to continue? [y/N]:" prompt persists.
The command bench setup nginx
also acts on nginx.conf but it does have a parameter to skip this prompt.
I would like either the -n to be able to skip the prompt or another parameter to be added to bench setup lets-encrypt to be able to make this command really non-interactive (in standard situation where the certificate doesn't exist yet).