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/connect: establish a TLS connection #199

Open
adamdecaf opened this issue Jun 14, 2018 · 1 comment
Open

cmd/connect: establish a TLS connection #199

adamdecaf opened this issue Jun 14, 2018 · 1 comment

Comments

@adamdecaf
Copy link
Owner

It seems handy to have a connect <url> subcommand which can take in a list of certificates (i.e. -file, -app) and use those for a connection to <url>.

When we start wanting to create certificate stores on the fly it would be nice to help verify connections work.

# Trim down a java truststore
$ cert-manage whitelist -app java -file ./cacerts -whitelist wh.json

# Verify connections work
$ cert-manage connect -file ./cacerts https://example.com 
@adamdecaf
Copy link
Owner Author

Can we specify multiple hosts?

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

No branches or pull requests

1 participant