Skip to content

Commit bd61dc3

Browse files
committed
Print log certificates expire date
1 parent 8b607a2 commit bd61dc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

proxy/include/proxy/proxy_server.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4960,7 +4960,8 @@ R"x*x*x(<html>
49604960
for (const auto& ctx : m_certificates)
49614961
{
49624962
XLOG_DBG << "domain: '" << ctx.domain_
4963-
<< "', cert: '" << ctx.cert_.filepath_.string()
4963+
<< "', expire: '" << ctx.expire_date_
4964+
<< ", cert: '" << ctx.cert_.filepath_.string()
49644965
<< "', key: '" << ctx.key_.filepath_.string()
49654966
<< "', dhparam: '" << ctx.dhparam_.filepath_.string()
49664967
<< "', pwd: '" << ctx.pwd_.filepath_.string() << "'";

0 commit comments

Comments
 (0)