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
{{ message }}
This repository was archived by the owner on Jul 28, 2021. It is now read-only.
Our createSSL.sh is failing to run. It appears that every time certbot-auto runs, it is attempting to self-update and that self update is running into issues changing the filesystem. We are seeing errors like:
rm: cannot remove '/root/.local/share/letsencrypt/lib/python2.7/site-packages/enum': Directory not empty
Should we be running certbot-auto with --no-self-update to make sure this doesn't happen?
The text was updated successfully, but these errors were encountered:
It is slightly similar, both related to updating files on the file system. #16 cleared one issue, I think turning off self-update would tackle the other problem.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Our createSSL.sh is failing to run. It appears that every time certbot-auto runs, it is attempting to self-update and that self update is running into issues changing the filesystem. We are seeing errors like:
rm: cannot remove '/root/.local/share/letsencrypt/lib/python2.7/site-packages/enum': Directory not empty
Should we be running certbot-auto with
--no-self-update
to make sure this doesn't happen?The text was updated successfully, but these errors were encountered: