-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed as not planned
Labels
Description
Description
We use TLS to communicate between our docker clients and servers. After a while we begin to take this for granted and forget about it. Sometimes a certificate will expire and then it will take us some time debugging to figure out what's going on.
Steps to reproduce the issue:
- Have TLS communication between docker client and server
- Have TLS certificate expire
Describe the results you received:
I received a message from docker where the only technical portion of the error was bad cert.
Describe the results you expected:
I expect that when a certificate is close to expiring, perhaps, 30 days out. That the client (or server) would warn me that there are only N days left before this certificate expires.
Reactions are currently unavailable