Skip to content

Commit a33c4f9

Browse files
committed
CDRIVER-3927 enable dynamic CA configuration on RHEL
1 parent ded9ae5 commit a33c4f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.evergreen/run-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ if [ "$SSL" != "nossl" ]; then
4545
sudo cp -v src/libmongoc/tests/x509gen/ca.pem /usr/share/pki/ca-trust-source/anchors/cdriver.crt || true
4646
if [ -f /usr/share/pki/ca-trust-source/anchors/cdriver.crt ]; then
4747
echo "Copying CA certificate to /usr/share/pki/ca-trust-source/anchors... done."
48+
sudo update-ca-trust enable --verbose
4849
sudo update-ca-trust extract --verbose
4950
else
5051
echo "Copying CA certificate to /usr/share/pki/ca-trust-source/anchors... failed."

0 commit comments

Comments
 (0)