From 21a980329f33cde9dac38e42c95a6757b249edda Mon Sep 17 00:00:00 2001 From: Tao Li Date: Mon, 2 Apr 2018 09:56:15 -0700 Subject: [PATCH] Add one faq item for istio on https service (#1127) * Add one faq item for istio on https service * Address comment * Address comment --- _faq/security/https-overlay.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 _faq/security/https-overlay.md diff --git a/_faq/security/https-overlay.md b/_faq/security/https-overlay.md new file mode 100644 index 0000000000..d812d9de46 --- /dev/null +++ b/_faq/security/https-overlay.md @@ -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.