Update manifest and lldir_linux to use new crt file.

This commit is contained in:
Shyotl
2018-08-12 19:53:07 -05:00
parent 0d8dfb41bc
commit f03249f5d5
2 changed files with 2 additions and 2 deletions

View File

@@ -223,7 +223,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)

View File

@@ -83,7 +83,7 @@ class ViewerManifest(LLManifest):
if self.prefix(src="app_settings"):
self.exclude("logcontrol.xml")
self.exclude("logcontrol-dev.xml")
self.path("*.pem")
self.path("*.crt")
self.path("*.ini")
self.path("*.xml")
self.path("*.db2")