mirror of https://github.com/istio/istio.io.git
Add one faq item for istio on https service (#1127)
* Add one faq item for istio on https service * Address comment * Address comment
This commit is contained in:
parent
22b722a322
commit
21a980329f
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
title: Can I install Istio sidecar for https services?
|
||||
order: 170
|
||||
type: markdown
|
||||
---
|
||||
{% include home.html %}
|
||||
|
||||
Yes, you can. It works both with mutual TLS enabled and disabled. Refer to [how Istio mTLS works with https services]({{home}}/docs/tasks/security/https-overlay.html) for more information.
|
||||
Loading…
Reference in New Issue