-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🔥LE certificate doesn't update itself and etcd fails to start after manual update 🔥 #85
Comments
Another server, same issue
|
Regarding LE upgrade issue on both servers
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As noticed on one of my servers, the LE certificate didn't update in time therefore resulting in "certificate expired" errors with clients connecting to the server.
I tried updating manually by running "aenigma-push-certs", everything went just fine and I got a NEW one certificate since I had to alter TXT DNS records for LE verification once again (it's and old LE bug or something as far as I remember)
Here are some log files
digging further with etcd I found this
making us somewhat sure that the problem is
open /etc/ssl/aenigma/EDITED_PRIVACY.d/fullchain.pem: permission denied
/etc/ssl/aenigma/EDITED_PRIVACY.d/
directory had its' permissions altered and I manually reset it to740
along withchowning
folder toejabberd:aenigma
Help is needed to determine if it's a bug because I still can't even run
aenigma-upgrade
The text was updated successfully, but these errors were encountered: