Skip to content

Commit

Permalink
Print log certificates expire date
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackarain committed Nov 17, 2024
1 parent 8b607a2 commit bd61dc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion proxy/include/proxy/proxy_server.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4960,7 +4960,8 @@ R"x*x*x(<html>
for (const auto& ctx : m_certificates)
{
XLOG_DBG << "domain: '" << ctx.domain_
<< "', cert: '" << ctx.cert_.filepath_.string()
<< "', expire: '" << ctx.expire_date_
<< ", cert: '" << ctx.cert_.filepath_.string()
<< "', key: '" << ctx.key_.filepath_.string()
<< "', dhparam: '" << ctx.dhparam_.filepath_.string()
<< "', pwd: '" << ctx.pwd_.filepath_.string() << "'";
Expand Down

0 comments on commit bd61dc3

Please sign in to comment.