My site is running fine in multitenancy dns, and has the correct lets Encrypt certs setup.
sudo bench renew-lets-encrypt
But when i try to create a crontab script to rerun and check for new certs every 3 months the script requires that you press y for Yes to allow nginx to stop, update certs then restart nginx
Is there a parameter than i can specify to allow :-
sudo bench renew-lets-encrypt to run non interactively? ie so when run with cron, -y is passed an as option ?