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:
Tao Li 2018-04-02 09:56:15 -07:00 committed by Martin Taillefer
parent 22b722a322
commit 21a980329f
1 changed files with 8 additions and 0 deletions

View File

@ -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.