Skip to content

Limit max tries

Vojtech Myslivec requested to merge max-tries into master
  • Prevent Certgen to stuck forever
  • Add "transition" state FAIL
  • Lower ERROR_WAIT time to one minute
    • It should fail quickly so it does not block other utilities, such as sentinel-proxy or notifier
  • Refactor the code a bit

The code is prepared to add a command line option to change max_tries variable, however it is not needed at the moment.

Closes #7 (closed)

Edited by Vojtech Myslivec

Merge request reports