Skip to content
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

possibly don't show certs that have been replaced #593

Closed
jeremyguarini opened this issue Dec 13, 2016 · 2 comments
Closed

possibly don't show certs that have been replaced #593

jeremyguarini opened this issue Dec 13, 2016 · 2 comments

Comments

@jeremyguarini
Copy link

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

@kevgliss
Copy link
Contributor

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.

@jeremyguarini
Copy link
Author

Thanks. Will comment in each of the new tickets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants