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 ded9ae5 commit a33c4f9Copy full SHA for a33c4f9
.evergreen/run-tests.sh
@@ -45,6 +45,7 @@ if [ "$SSL" != "nossl" ]; then
45
sudo cp -v src/libmongoc/tests/x509gen/ca.pem /usr/share/pki/ca-trust-source/anchors/cdriver.crt || true
46
if [ -f /usr/share/pki/ca-trust-source/anchors/cdriver.crt ]; then
47
echo "Copying CA certificate to /usr/share/pki/ca-trust-source/anchors... done."
48
+ sudo update-ca-trust enable --verbose
49
sudo update-ca-trust extract --verbose
50
else
51
echo "Copying CA certificate to /usr/share/pki/ca-trust-source/anchors... failed."
0 commit comments