MCPcopy Create free account
hub / github.com/c-jimenez/open-ocpp / certSigningWaitMinimum

Method certSigningWaitMinimum

tests/deploy/main.cpp:499–499  ·  view source on GitHub ↗

@brief This configuration key defines how long the Charge Point has to wait (in seconds) before generating another CSR, in the case the Central System accepts the SignCertificate.req, but never returns the signed certificate back. This value will be doubled after every attempt. The amount of attempts is configured at CertSigningRepeatTimes. If the certificate signing

Source from the content-addressed store, hash-verified

497 Negative values must be rejected. The value 0 means that the Charge Point does not generate another CSR (leaving it up to the
498 Central System to trigger another certificate installation). */
499 std::chrono::seconds certSigningWaitMinimum() const override { return std::chrono::seconds(1); }
500
501 /** @brief This configuration key can be used to configure the amount of times the Charge Point SHALL double the previous back-off time,
502 starting with the number of seconds configured at CertSigningWaitMinimum, every time the back-off time expires without having

Callers 1

sendSignCertificateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected