Been getting a few emails from Lets Encrypt nagging me about certificate renewal.
Decided to do manual update instead of waiting for cron
End result was
Code: Select all
Congratulations, all renewals succeeded. The following certs have been renewed:
/etc/letsencrypt/live/www.domain.co.uk/fullchain.pem (success)
DietPi-LetsEncrypt | RPi 2 Model B (armv7l) | IP:
Code: Select all
DietPi-LetsEncrypt
[FAILED] Setting could not be added after desired line
The pattern $4 "mod_.+", could not be found in file $3 /etc/lighttpd/lighttpd.conf
Please retry with valid parameter $4 or apply the setting manually:
"mod_setenv",
Code: Select all
server.modules = ( "mod_access","mod_alias", "mod_rewrite", "mod_redirect", "mod_setenv" )
I also checked in cron.monthly and there is no ref to letsencrypt?