From b1d20e1290d6a88a08b181ffa0d1858994b700db Mon Sep 17 00:00:00 2001 From: AJ Heller Date: Wed, 28 Apr 2021 16:30:46 -0700 Subject: [PATCH] Add note that non-posix systems need to specify root CA path for TLS auth (#763) * Add note that non-posix systems need to specify root CA path for TLS auth * Clarify the language a bit * Copyedits Co-authored-by: Patrice Chalin --- content/en/docs/guides/auth.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/en/docs/guides/auth.md b/content/en/docs/guides/auth.md index 82ef851..7ba521a 100644 --- a/content/en/docs/guides/auth.md +++ b/content/en/docs/guides/auth.md @@ -105,6 +105,11 @@ For advanced use cases such as modifying the root CA or using client certs, the corresponding options can be set in the `SslCredentialsOptions` parameter passed to the factory method. +{{% alert title="Note" color="info" %}} + Non-POSIX-compliant systems (such as Windows) need to specify the root + certificates in `SslCredentialsOptions`, since the defaults are only + configured for POSIX filesystems. +{{% /alert %}} #### Using Google token-based authentication