From 4e05a03c27a767eb991d890654a86e5a914f0f59 Mon Sep 17 00:00:00 2001 From: Shubham Sharma Date: Thu, 7 Jul 2022 07:53:09 +0530 Subject: [PATCH] Move section outside codetab (#2627) Signed-off-by: Shubham Sharma --- .../en/operations/configuration/install-certificates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daprdocs/content/en/operations/configuration/install-certificates.md b/daprdocs/content/en/operations/configuration/install-certificates.md index db201a4f7..d6ec5f62e 100644 --- a/daprdocs/content/en/operations/configuration/install-certificates.md +++ b/daprdocs/content/en/operations/configuration/install-certificates.md @@ -84,12 +84,12 @@ spec: When using Windows containers, the sidecar container is started with admin privileges, which is required to install the certificates. This does not apply to Linux containers. {{% /alert %}} +{{% /codetab %}} + Note, all the certificates in the directory pointed by `SSL_CERT_DIR` are installed. 1. On Linux containers, all the certificate extensions supported by OpenSSL are supported. For more information, see https://www.openssl.org/docs/man1.1.1/man1/openssl-rehash.html 1. On Windows container, all the certificate extensions supported by certoc.exe are supported. For more information, see certoc.exe present in [Windows Server Core](https://hub.docker.com/_/microsoft-windows-servercore) -{{% /codetab %}} - {{< /tabs >}} ## Related links