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
{{ message }}
This repository was archived by the owner on Apr 27, 2026. It is now read-only.
In case certificates with a very short validity period are installed, it might not be intended to renew the certificate at startup. It could be useful to to have the renewal threshold configurable.
Additional context
Possible configuration key / variable name:
CertificateRenewalThreshold
OCPP Version
OCPP1.6, OCPP2.1, OCPP2.0.1
Describe the problem
A03.FR.02 of OCPP requires to
when
This requirement is currently hardcoded in OCPP1.6 and OCPP2.0.1:
https://github.com/EVerest/libocpp/blob/main/lib/ocpp/v16/charge_point_impl.cpp#L120
https://github.com/EVerest/libocpp/blob/main/lib/ocpp/v2/functional_blocks/security.cpp#L458
Describe your solution
In case certificates with a very short validity period are installed, it might not be intended to renew the certificate at startup. It could be useful to to have the renewal threshold configurable.
Additional context
Possible configuration key / variable name:
CertificateRenewalThreshold