You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the certs page I see all the I've created and replaced with newer certs. Could we get a filter/view that only shows 'active' certs? What I'm trying to avoid is showing certs 1, 2, 3 where cert 1 was replaced by 2 and 2 replaced by 3. Cert 3 would be the current cert since the other two have been replaced.
Maybe I'm missing something, but how does a user know which cert to download if a given cert has been replaced by a newer one (other than comparing CN)?
Also in the API response for /certificates/ could there be a 'replaced by' field to indicate there is a newer version of the cert?
thanks
The text was updated successfully, but these errors were encountered:
Seems like there are two enhancements here, breaking them up into separate issues #594 and #595.
Let me know if I missed any details, the 'replaced by' field is a simple change, we already store and use this field we just don't expose it via the API. The filtering is more complicated and will likely take a bit longer to complete.
If you're willing/able some help with the filtering aspect would be greatly appreciated.
Looking at the certs page I see all the I've created and replaced with newer certs. Could we get a filter/view that only shows 'active' certs? What I'm trying to avoid is showing certs 1, 2, 3 where cert 1 was replaced by 2 and 2 replaced by 3. Cert 3 would be the current cert since the other two have been replaced.
Maybe I'm missing something, but how does a user know which cert to download if a given cert has been replaced by a newer one (other than comparing CN)?
Also in the API response for /certificates/ could there be a 'replaced by' field to indicate there is a newer version of the cert?
thanks
The text was updated successfully, but these errors were encountered: