Searched hist:"698 a57435e5fb45b744e3a178f1dc3c7910e20da" (Results 1 – 3 of 3) sorted by relevance
/openbmc/phosphor-certificate-manager/ |
H A D | certificate.hpp | diff 698a57435e5fb45b744e3a178f1dc3c7910e20da Fri Sep 23 16:33:01 CDT 2022 Willy Tu <wltu@google.com> Move Certificate install in resotre path to DEBUG
We are seeing 387+ `Certificate install` messages for a single boot in the journal log.
Moved the `Certifacte install` log for the restore path to DEBUG instead of INFO to remove it on the normal jorunal logs.
Tested: ``` systemctl status phosphor-certificate-manager@bmcweb.service * phosphor-certificate-manager@bmcweb.service - Phosphor certificate manager for bmcweb Loaded: loaded (/lib/systemd/system/phosphor-certificate-manager@.service; static) Active: active (running) since Fri 2018-03-09 19:19:02 UTC; 24s ago Main PID: 25773 (phosphor-certif) CGroup: /system.slice/system-phosphor\x2dcertificate\x2dmanager.slice/phosphor-certificate-manager@bmcweb.service `-25773 /usr/bin/phosphor-certificate-manager --endpoint https --path /path/server.pem --type server --unit server_creds.target
Mar 09 19:19:02 [hostname] systemd[1]: Started Phosphor certificate manager for bmcweb. Mar 09 19:19:03 [hostname] phosphor-certificate-manager[25773]: Error occurred during X509_verify_cert call, checking for known error Mar 09 19:19:03 [hostname] phosphor-certificate-manager[25773]: Certificate compareKeys Mar 09 19:19:03 [hostname] phosphor-certificate-manager[25773]: Certificate install ... ```
Change-Id: I907afd6ce4522e5c54348d16c1ace0a770f3b8f1 Signed-off-by: Willy Tu <wltu@google.com>
|
H A D | certificate.cpp | diff 698a57435e5fb45b744e3a178f1dc3c7910e20da Fri Sep 23 16:33:01 CDT 2022 Willy Tu <wltu@google.com> Move Certificate install in resotre path to DEBUG
We are seeing 387+ `Certificate install` messages for a single boot in the journal log.
Moved the `Certifacte install` log for the restore path to DEBUG instead of INFO to remove it on the normal jorunal logs.
Tested: ``` systemctl status phosphor-certificate-manager@bmcweb.service * phosphor-certificate-manager@bmcweb.service - Phosphor certificate manager for bmcweb Loaded: loaded (/lib/systemd/system/phosphor-certificate-manager@.service; static) Active: active (running) since Fri 2018-03-09 19:19:02 UTC; 24s ago Main PID: 25773 (phosphor-certif) CGroup: /system.slice/system-phosphor\x2dcertificate\x2dmanager.slice/phosphor-certificate-manager@bmcweb.service `-25773 /usr/bin/phosphor-certificate-manager --endpoint https --path /path/server.pem --type server --unit server_creds.target
Mar 09 19:19:02 [hostname] systemd[1]: Started Phosphor certificate manager for bmcweb. Mar 09 19:19:03 [hostname] phosphor-certificate-manager[25773]: Error occurred during X509_verify_cert call, checking for known error Mar 09 19:19:03 [hostname] phosphor-certificate-manager[25773]: Certificate compareKeys Mar 09 19:19:03 [hostname] phosphor-certificate-manager[25773]: Certificate install ... ```
Change-Id: I907afd6ce4522e5c54348d16c1ace0a770f3b8f1 Signed-off-by: Willy Tu <wltu@google.com>
|
H A D | certs_manager.cpp | diff 698a57435e5fb45b744e3a178f1dc3c7910e20da Fri Sep 23 16:33:01 CDT 2022 Willy Tu <wltu@google.com> Move Certificate install in resotre path to DEBUG
We are seeing 387+ `Certificate install` messages for a single boot in the journal log.
Moved the `Certifacte install` log for the restore path to DEBUG instead of INFO to remove it on the normal jorunal logs.
Tested: ``` systemctl status phosphor-certificate-manager@bmcweb.service * phosphor-certificate-manager@bmcweb.service - Phosphor certificate manager for bmcweb Loaded: loaded (/lib/systemd/system/phosphor-certificate-manager@.service; static) Active: active (running) since Fri 2018-03-09 19:19:02 UTC; 24s ago Main PID: 25773 (phosphor-certif) CGroup: /system.slice/system-phosphor\x2dcertificate\x2dmanager.slice/phosphor-certificate-manager@bmcweb.service `-25773 /usr/bin/phosphor-certificate-manager --endpoint https --path /path/server.pem --type server --unit server_creds.target
Mar 09 19:19:02 [hostname] systemd[1]: Started Phosphor certificate manager for bmcweb. Mar 09 19:19:03 [hostname] phosphor-certificate-manager[25773]: Error occurred during X509_verify_cert call, checking for known error Mar 09 19:19:03 [hostname] phosphor-certificate-manager[25773]: Certificate compareKeys Mar 09 19:19:03 [hostname] phosphor-certificate-manager[25773]: Certificate install ... ```
Change-Id: I907afd6ce4522e5c54348d16c1ace0a770f3b8f1 Signed-off-by: Willy Tu <wltu@google.com>
|