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

[pre-flight check] verify the CA chain using openssl verify #377

Open
ffoysal opened this issue May 25, 2020 · 2 comments
Open

[pre-flight check] verify the CA chain using openssl verify #377

ffoysal opened this issue May 25, 2020 · 2 comments
Assignees
Labels
kind/enhancement New feature or request size/M

Comments

@ffoysal
Copy link
Contributor

ffoysal commented May 25, 2020

openssl s_client -connect www.test.edwh.internalservice.dbs.gov.uk:443 -showcerts
openssl verify -verbose -CAfile ca.pem server.pem

url:

  • Discover url from CR
  • Mongo
  • license backend
@ffoysal ffoysal added this to the Iteration 38.2 milestone May 25, 2020
@ashwathishiva ashwathishiva added kind/enhancement New feature or request size/M labels Jun 1, 2020
@ashwathishiva
Copy link
Contributor

PR is here: #436

This check has been implemented to run over mongodbUrl and discoveryUrl from CR.

@ashwathishiva
Copy link
Contributor

another PR: #438

FYI: We are verifying the server certificate against our ca certificate(we retrieved from CR). We are not processing intermediate certificates at this point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request size/M
Projects
None yet
Development

No branches or pull requests

2 participants