You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a leaf certificate is expired and it is requested from the module, instead of properly outputting the error with a 'Could not find certificate for given private key' or something long those lines, the error that is outputted is related to a missing private key, which is not the case.
To Reproduce
Attempt to request an expired leaf certificate.
Anything else?
No response
The text was updated successfully, but these errors were encountered:
manager[10051]: 2024-03-14 17:29:31.011941 [WARN] evse_security:E evse_security::GetKeyPairResult evse_security::EvseSecurity::get_key_pair_internal(evse_security::LeafCertificateType, evse_security::EncodingFormat) :: Could not find private key for the selected certificate: (Could not find private key for given certificate: /etc/everest/certs/client/csms/CPO_CERT_CHAIN.pem key path: /etc/everest/certs/client/csms)
Describe the bug
When a leaf certificate is expired and it is requested from the module, instead of properly outputting the error with a 'Could not find certificate for given private key' or something long those lines, the error that is outputted is related to a missing private key, which is not the case.
To Reproduce
Attempt to request an expired leaf certificate.
Anything else?
No response
The text was updated successfully, but these errors were encountered: