nextcloud certificate end problem
non
non
dietpi-bugreport? nonnon

@ludji49
You have a letsencrypt certificate I assume and as far as I remember from your last issue? 3 months duration fits to this.
Seems like the automated renewal is not active.
Please try to run dietpi-letsencrypt 1.
here is the result

@ludji49
Ah I remember we changed your webserver root last time to have Nextcloud available directly at domain, instead of at domain/nextcloud. Yes as mentioned already that time this causes some incompatibility with DietPi.
But this one is easy to fix. DietPi-LetsEncrypt tries to use /var/www as webroot where yours is at /var/www/nextcloud. Let's try to call certbot directly with this adjusted. On next certificate renewal, this setting is saved:
certbot renew -a webroot -w /var/www/nextcloud
here is the result
It must be good.


@Ludji49
Jep looking good. As mentioned, end of Juli the certbot cron job will perform the certificate renewal automatically with the new settings, so nothing more to do about this.
I will mark as closed.
Most helpful comment
@ludji49
Ah I remember we changed your webserver root last time to have Nextcloud available directly at domain, instead of at domain/nextcloud. Yes as mentioned already that time this causes some incompatibility with DietPi.
But this one is easy to fix. DietPi-LetsEncrypt tries to use /var/www as webroot where yours is at /var/www/nextcloud. Let's try to call certbot directly with this adjusted. On next certificate renewal, this setting is saved:
certbot renew -a webroot -w /var/www/nextcloud