comment certs code for mq

This commit is contained in:
Abhishek Kondur
2022-09-15 09:23:33 +05:30
parent 5270c1ede8
commit 7db3bd3aca
6 changed files with 38 additions and 49 deletions

View File

@@ -103,7 +103,7 @@ func checkin() {
config.Write(&nodeCfg, nodeCfg.Network)
}
Hello(&nodeCfg)
checkCertExpiry(&nodeCfg)
//checkCertExpiry(&nodeCfg)
}
}