-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
[usage.jenkins.io] TLS Certificate expires on 2025-01-28
#4508
Comments
Audit:
=> It means that:
|
Fix:
|
Confirmed certificate is renewed: echo -n Q | openssl s_client -servername "usage.jenkins.io" -connect "usage.jenkins.io:443" \| openssl x509 -noout -dates
# ...
notAfter=Apr 22 09:18:32 2025 GMT |
Service(s)
Other
Summary
We've been alerted by our monitoring that the TLS certificate used for https://usage.jenkins.io/ expires the 28 January 2025.
This certificate should be automatically renewed by
certbot
on this machine. It means something went wrong and it need to be diagnosed and fixed.Reproduction steps
No response
The text was updated successfully, but these errors were encountered: