Skip to content

Commit d26602b

Browse files
committed
chore: Add note about PEM format
1 parent 3397634 commit d26602b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/modules/qdrant.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,14 @@ The Qdrant client is configured to validate the TLS certificate using its thumbp
5656
=== "Configure the Qdrant client"
5757
```csharp
5858
--8<-- "tests/Testcontainers.Qdrant.Tests/QdrantSecureContainerTest.cs:ConfigureQdrantClientCertificate-1"
59+
5960
--8<-- "tests/Testcontainers.Qdrant.Tests/QdrantSecureContainerTest.cs:ConfigureQdrantClientCertificate-2"
6061
```
6162

63+
!!! note
64+
65+
Please ensure that both the certificate and private key are provided in PEM format.
66+
6267
## A Note To Developers
6368

6469
The module creates a container that listens to requests over **HTTP**. The official Qdrant client uses the gRPC APIs to communicate with Qdrant. **.NET Core** and **.NET** support the above example with no additional configuration. However, **.NET Framework** has limited supported for gRPC over HTTP/2, but it can be enabled by:

0 commit comments

Comments
 (0)