Add client certificate support

This commit is contained in:
Vitaliy Filippov
2026-05-19 17:19:16 +03:00
parent aaf54f264d
commit e13edcdc2f
7 changed files with 30 additions and 1 deletions
+1
View File
@@ -158,6 +158,7 @@ void osd_t::parse_config(bool init)
if (!osd_num)
throw std::runtime_error("osd_num is required in the configuration");
msgr.osd_num = osd_num;
st_cli.osd_num = osd_num;
}
if (bs)
{