ENH: revert remove unused cert

This reverts commit 73410cf602c97466619856890da39db820e7cedf.
This commit is contained in:
Stone Li 2023-04-21 10:38:30 +08:00 committed by Lane.Wei
parent eb7123bf00
commit bcd4864659
2 changed files with 60 additions and 0 deletions

View file

@ -2822,6 +2822,10 @@ __retry:
m_agent->init_log();
}
//BBS set cert dir
if (m_agent)
m_agent->set_cert_file(resources_dir() + "/cert", "slicer_base64.cer");
init_http_extra_header();
if (m_agent) {