Specify actual renewal time

Hi, is it possible to control the actual renewing time in the program?
So can we specifiy the renewal time for example at 09:00 o’clock?

Hi, no this is not a specifc feature of the app currently. Renewals need to be fault tolerant, so you need to be able to recover if they fail the first time.

Certificate renewals consists of two parts:

  • renew the certificate
  • deploy the certificate to the various service that use it

The two parts are logically separate, but practically the app will deploy to IIS as soon as the renewal happens (because IIS doesn’t have downtime when https bindings are updated). You can optionally choose for other deployment tasks to be ran manually or via scheduled task, it just depends what you are trying to do.