-
Notifications
You must be signed in to change notification settings - Fork 88
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
Auth hook fails because of missing configuration file? #730
Comments
I have this error too.
So, we always need to restart docker container manually. P.S. can you add docker heath check for same errors? |
Running into the EXACT same problem again... |
As stated here we have been experiencing this since version As far as I can tell the problem is that the initial I see three possible solutions for the issue (note that I have not tested any of these):
|
I made the change described by @Vertganti to make the same certonly call on renewal as it does when the docker container starts. I had a few certs nearing renewal and have tested it successfully, but wouldn't mind a couple more confirmations prior to submitting at PR. I pushed a docker image to |
Thanks @centja1 for adapting the code and providing the image. I have set it up for testing with a certificate that will expire towards the end of this month and will report if it worked then. |
The renewal worked! Since no one else is responding I guess you can submit the PR. Hopefully @adferrand will be back and able to merge/review it soon. |
This should really be considered. On stable/production systems the problem hits regularly without something like a cron job to restart the container every so often. I think a lot of homelab users just don't notice, as the container/machine is restarted more frequently. |
Hi, I've been using dnsrobocert with no problem, but recently it has been failing to actually run the auth, not because of misconfiguration or incorrect DNS, but because of some... missing temp file??
And since the auth hook fails, the cert renewal fails... It's been working fine before this, any ideas?
The text was updated successfully, but these errors were encountered: