I already have Certbot installed in my Windows OS, so it automatically generated a task called Certbot Renew Task in Windows Task Scheduler.
I want to automatically update my certificate and auto restart my Apache to enable them.
Should I change the Certbot Renew Task? Or should I re-establish a new task
My web server is (include version): apache2.4.56
The operating system my web server runs on is (include version): Windows Server 2019 Standard
My hosting provider, if applicable, is:
I can login to a root shell on my machine (yes or no, or I don't know): I don't know
I'm using a control panel to manage my site (no, or provide the name and version of the control panel):
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot): certbot 2.6.0
And I want to change this option to "Execute whether user login or not" like yellow line part,but I can't change this option because the option is disable I can't choose.
Should I change the update time?
image is the default update time for certbot after installation.
The certbot reconfigure command is a once-off command to run, in a terminal. It tells Certbot to restart Apache whenever the certificate renews, and it will remember to always do this in future.
You don't need to modify the scheduled task or create a new one.
Because I'm only one step away from completing the automatic update, this step is to re-enable apache after certbot update is complete and re-read the credential information
I don't know as you need to; I was just suggesting that if you didn't like how Certbot integrated with Windows, you might want to try some other clients to see if you preferred one of them.
If you're going to switch to win-acme, I would recommend uninstalling certbot, installing win-acme, and then just configuring win-acme as needed (which would probably issue a new certificate for your server, yeah). I haven't personally used win-acme (or certbot on Windows, for that matter), so I don't know if other people here with more experience would have better advice on how to transition between them.
I think I'd still use certbot first.
Because it's only one step away from a full update.
If it really doesn't work, I'll change to win-acme again.
Thank you for your advice