We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0137dc3 commit ac1d117Copy full SHA for ac1d117
1 file changed
endpoint/core/src/Config.cpp
@@ -10,11 +10,12 @@ limitations under the License.
10
*/
11
12
#include "privmx/endpoint/core/Config.hpp"
13
-
+#include "privmx/rpc/channel/DrvNetConfig.hpp"
14
#include <privmx/crypto/OpenSSLUtils.hpp>
15
16
using namespace privmx::endpoint::core;
17
18
void Config::setCertsPath(const std::string& certsPath) {
19
crypto::OpenSSLUtils::CaLocation = certsPath;
20
+ privmx::rpc::DrvNetConfig::setConfig("caCertPath=" + certsPath);
21
}
0 commit comments