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

cmd/chain: Introduce a certificate chain viewer / tool #172

Open
adamdecaf opened this issue Feb 28, 2018 · 2 comments
Open

cmd/chain: Introduce a certificate chain viewer / tool #172

adamdecaf opened this issue Feb 28, 2018 · 2 comments
Labels
Milestone

Comments

@adamdecaf
Copy link
Owner

When you're digging around for which CA is used in a particular connection it can get messy. Some CA's offer html pages, but that's not useful in a general sense.

What about a command to show the chains for a given connection? We'd need to include untrusted local CA's to let people whitelist better.

Other tools do this - check into those.

@adamdecaf adamdecaf changed the title cmd/debug: Introduce a certificate chain viewer / tool cmd/chain: Introduce a certificate chain viewer / tool Mar 1, 2018
@adamdecaf
Copy link
Owner Author

How about the following flags?

  • -remote: Do remote lookups if no local chain is found
  • -all: Include all certificates (expired, revoked, untrusted)
  • -revoked
  • -untrusted
  • -expired

@adamdecaf
Copy link
Owner Author

This would likely spur the breakup of Store I've been brainstorming.

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

No branches or pull requests

1 participant