From f20d299beb8457f150ca54d2b547cc474126dc77 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Wed, 22 Nov 2023 15:35:14 +0100 Subject: [PATCH] rootca is ship in linphone folder: Use it instead of executable name. --- linphone-app/src/utils/Constants.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linphone-app/src/utils/Constants.hpp b/linphone-app/src/utils/Constants.hpp index 79c7f1d6f..2d14ebb35 100644 --- a/linphone-app/src/utils/Constants.hpp +++ b/linphone-app/src/utils/Constants.hpp @@ -139,7 +139,7 @@ public: static constexpr char PathConfig[] = "/linphonerc"; static constexpr char PathDatabase[] = "/linphone.db"; static constexpr char PathFactoryConfig[] = "/" EXECUTABLE_NAME "/linphonerc-factory"; - static constexpr char PathRootCa[] = "/" EXECUTABLE_NAME "/rootca.pem"; + static constexpr char PathRootCa[] = "/linphone/rootca.pem"; static constexpr char PathFriendsList[] = "/friends.db"; static constexpr char PathLimeDatabase[] = "/x3dh.c25519.sqlite3"; static constexpr char PathMessageHistoryList[] = "/message-history.db";