You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ Enable TLS by calling `SetUseSsl(true)`. The C# client uses the .NET certificate
70
70
| keytool artifact | C# client usage |
71
71
| --- | --- |
72
72
|`ca.crt`| Pass to `SetRootCertificatePath` / `RootCertificatePath` to trust the server certificate |
73
-
|`client.keystore`| Contains the client private key and certificate chain; JDK 17 creates PKCS#12 by default, so pass it directly to `SetClientCertificatePath`|
73
+
|`client.keystore`| Contains the client private key and client certificate; JDK 17 creates PKCS#12 by default, so pass it directly to `SetClientCertificatePath`|
0 commit comments