vault/changelog/29128.txt
Steven Clark 56fa43f73f
Fix return certificate expiry time from NearExpiration (#29128)
* Fix return certificate expiry time from NearExpiration

 - The duration returned from the NearExpiration is supposed to
   represent the time till expiry from now and not the calculated
   time a month from now.

* Add cl

* PR feedback
2024-12-09 18:39:00 +00:00

4 lines
124 B
Plaintext

```release-note:bug
vault/diagnose: Fix time to expiration reporting within the TLS verification to not be a month off.
```