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 <chalin@users.noreply.github.com>
This commit is contained in:
AJ Heller 2021-04-28 16:30:46 -07:00 committed by GitHub
parent c3905a9e39
commit b1d20e1290
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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 the corresponding options can be set in the `SslCredentialsOptions` parameter
passed to the factory method. 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 #### Using Google token-based authentication