You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using the cert-renewal-haproxy.sh with cron as root, I experienced an issue with dependancies the certbot-auto bootstraper was trying to update, using interactive mode.
Cerbot-auto bootstrap was calling apt-get install without the default yes flag, thus the script was aborting, as apt-get was not receiving y to continue.
Using the --non-interactive flag in the issuecert shortcut function allows to force the bootstraper using default yes flag (-y) with apt-get.
The text was updated successfully, but these errors were encountered:
Hi,
Many thanks for your work.
While using the
cert-renewal-haproxy.sh
with cron as root, I experienced an issue with dependancies the certbot-auto bootstraper was trying to update, using interactive mode.Cerbot-auto bootstrap was calling apt-get install without the default yes flag, thus the script was aborting, as apt-get was not receiving
y
to continue.Using the --non-interactive flag in the
issuecert
shortcut function allows to force the bootstraper using default yes flag (-y
) with apt-get.The text was updated successfully, but these errors were encountered: