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
During implementation yesterday I came up to a few "problems":
The cron outputs senseless info every time:
Checking for new version...
Requesting root privileges to run letsencrypt...
/opt/letsencrypt/.venv/bin/letsencrypt --agree-tos certonly -a webroot --keep-until-expiring --webroot-path /var/www/html -d test.example.com
Should we use --no-self-upgrade on cron and certonly?
Should we use /opt/letsencrypt/.venv/bin/letsencrypt, and call letsencrypt-auto only once?
The text was updated successfully, but these errors were encountered:
During implementation yesterday I came up to a few "problems":
--no-self-upgrade
on cron and certonly?/opt/letsencrypt/.venv/bin/letsencrypt
, and call letsencrypt-auto only once?The text was updated successfully, but these errors were encountered: