@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
| 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 |