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

[Tornjak-agent] Allow flag for CA cert for mTLS validation #12

Open
lumjjb opened this issue Mar 8, 2021 · 0 comments
Open

[Tornjak-agent] Allow flag for CA cert for mTLS validation #12

lumjjb opened this issue Mar 8, 2021 · 0 comments
Labels

Comments

@lumjjb
Copy link
Owner

lumjjb commented Mar 8, 2021

RIght now, the same cert is used for mTLS that is provided for TLS, this should be configurable to use the Root CA.

   --cert value         CA Cert path for TLS/mTLS
   --key value          Key path for TLS/mTLS
   --tls                Enable TLS for http server (default: false)
   --mtls               Enable mTLS for http server (overwrites tls flag) (default: false)

By adding a --ca flag to it.

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