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

Add support to add/delete/update from certs #982

Open
hazendaz opened this issue Jan 11, 2017 · 4 comments
Open

Add support to add/delete/update from certs #982

hazendaz opened this issue Jan 11, 2017 · 4 comments

Comments

@hazendaz
Copy link
Member

Currently we can view certs. It would be great to cleanup certs through add/delete/update

@hazendaz
Copy link
Member Author

@diogosantana Would love some help here.

@diogosantana
Copy link
Contributor

@hazendaz I don't think this is a good ideia for a couple of reasons.

First, it will add a lot of code and functionality to probe that isn't it main purpose. Someone could use keytool or KeyStore Explorer for JSSE or OpenSSL for PEM files.

Second updating a JKS while Tomcat is running could lead to unexpected behaviors or have no effect at all since Tomcat may be caching keystores data.

@hazendaz
Copy link
Member Author

@diogosantana What about delete logic? Would that be too difficult? Possibly still same issues with caching. Basically what I'm after is ability to remove old keys that have expired when it's not feasible or allowed to access box directly. This is definitely low priority and if it seems it's far too much to add, I'd like to keep this out here for the very least if someone else feels motivated to provide such support given it's potentially overkill for what psi probe should do.

@diogosantana
Copy link
Contributor

Agree

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