Scheduled Task

A single scheduled task is responsible to renew all certificates created by the program, but will only do so when it’s actually necessary. The task is created by the program itself after successfully creating the first certificate. The task runs every day and checks two conditions to determine if it should renew:
  • If the certificate is getting too old. This is based on the known history stored in the file.
  • If the source (list of domains) has changed, for example, an extra binding has been added to an IIS site.