You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
RIght now, the same cert is used for mTLS that is provided for TLS, this should be configurable to use the Root CA.
By adding a
--ca
flag to it.The text was updated successfully, but these errors were encountered: