We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db5d598 commit 771ad49Copy full SHA for 771ad49
.evergreen/link-sample-program-msvc.cmd
@@ -85,8 +85,8 @@ if "%LINK_STATIC%"=="1" (
85
cd %EXAMPLE_DIR%
86
87
if "%ENABLE_SSL%"=="1" (
88
- cp ..\..\..\src\libmongoc\tests\x509gen\client.pem .
89
- cp ..\..\..\src\libmongoc\tests\x509gen\ca.pem .
+ cp ..\..\..\..\tests\x509gen\client.pem .
+ cp ..\..\..\..\tests\x509gen\ca.pem .
90
set MONGODB_EXAMPLE_URI="mongodb://localhost/?ssl=true&sslclientcertificatekeyfile=client.pem&sslcertificateauthorityfile=ca.pem&sslallowinvalidhostnames=true"
91
)
92
0 commit comments