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 #2

Closed
lumjjb opened this issue Aug 17, 2021 · 0 comments
Closed

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

lumjjb opened this issue Aug 17, 2021 · 0 comments
Labels
enhancement New feature or request suggestion

Comments

@lumjjb
Copy link
Collaborator

lumjjb commented Aug 17, 2021

MOVED FROM ORIGINAL REPO https://github.com/lumjjb/tornjak/issues/12

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
enhancement New feature or request suggestion
Projects
None yet
Development

No branches or pull requests

3 participants