diff options
author | Oz Linden <oz@lindenlab.com> | 2016-07-21 17:14:07 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2016-07-21 17:14:07 -0400 |
commit | 4bf583aaa23700ec92df0fcf1b9d8978e29199f7 (patch) | |
tree | f837807b536834f0a1df97d84309a7d5d0f7cb90 /indra/llvfs/lldir_linux.cpp | |
parent | 9260fbe0bd4db438632e9f174112b4ed853fa2a0 (diff) |
SL-429: Use a new certificate authority bundle based on data from Mozilla
Diffstat (limited to 'indra/llvfs/lldir_linux.cpp')
-rw-r--r-- | indra/llvfs/lldir_linux.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llvfs/lldir_linux.cpp b/indra/llvfs/lldir_linux.cpp index 7a4034c228..b3cd4ef9af 100644 --- a/indra/llvfs/lldir_linux.cpp +++ b/indra/llvfs/lldir_linux.cpp @@ -220,7 +220,7 @@ void LLDir_Linux::initAppDirs(const std::string &app_name, } } - mCAFile = getExpandedFilename(LL_PATH_APP_SETTINGS, "CA.pem"); + mCAFile = getExpandedFilename(LL_PATH_APP_SETTINGS, "ca-bundle.crt"); } U32 LLDir_Linux::countFilesInDir(const std::string &dirname, const std::string &mask) |