We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TLS certificates in *.tendollarbond.com have expired. Must have missed a letsencrypt reminder.
At the moment we use DNS based challenges to fetch new certificates through LE, but that's done by me running a command. Needs a proper fix.
The text was updated successfully, but these errors were encountered:
Certificates have been replaced in k8s, nginx restarted. Pending restart of other services that need certs ...
Sorry, something went wrong.
Jabber is also done, Mumble still pending. I'll wait until early tomorrow when it's not in use.
Interesting to keep an eye on mumble-voip/mumble#2221
A proper fix for this may involve a k8s controller doing letsencrypt-renews. We could also use that to update the certs in Mumble as per above.
All certificates are replaced (with a bit of a delay).
Next step is doing this automatically.
I wrote a controller to deal with certificate rerieval / renewal: https://github.com/tazjin/kubernetes-letsencrypt/
tazjin
No branches or pull requests
TLS certificates in *.tendollarbond.com have expired. Must have missed a letsencrypt reminder.
At the moment we use DNS based challenges to fetch new certificates through LE, but that's done by me running a command. Needs a proper fix.
The text was updated successfully, but these errors were encountered: