I just found out about certbot for Windows Server! I am looking at using it on Windows Server 2016.
Is there a recommended way to run the “standalone” mode at boot / as a service?
I just found out about certbot for Windows Server! I am looking at using it on Windows Server 2016.
Is there a recommended way to run the “standalone” mode at boot / as a service?
The Windows documentation (https://certbot.eff.org/lets-encrypt/windows-other) mentions:
The Certbot installation on your system comes with a pre-installed Scheduled Task that will renew your certificates automatically before they expire. You will not need to run Certbot again, unless you change your configuration
If you are using --standalone
, the Scheduled Task will automatically run the standalone server during certificate renewal as required.
automatically run the standalone server during certificate renewal as required
I read that. Maybe I am misunderstanding but I thought you run the standalone plugin and then http requests to the server triggered requesting a certificate - so I would also need to have that running right?
Or is that the part you have to hook up on your own on Windows?
It’s like this:
example.com
is expiring in less than 30 days, and begins performing a renewal attempt.example.com
and receives the challenge token that it needs to publish at a pre-defined URL.This is assuming that at one point in the past, you setup the certificate with e.g.:
certbot certonly --standalone -d example.com
Thanks for the detailed response!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.