mirror of https://github.com/grpc/grpc.io.git
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:
parent
c3905a9e39
commit
b1d20e1290
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue