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.