Improve automatic renew Let's Encrypt Certificate

:uk:/:us:

My YunoHost server

Hardware: VM at home
YunoHost version: 11.2.27 (stable)
I have access to my server : Through SSH, webadmin
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : yes
There is a SNI Proxy, make some diagnostic fails, but services works, and create or renew Let’s Encrypt certificates too.

Description of my issue

Because some diagnostic fails (the yunohost is behind a SNI Proxy), the certificate aren’t automatically renewed.

I would like the checkbox (or a new one) can stay activated if I can create or renew with success a certificate.
And, deactivate if the create/renew failed.

Isn’t it?

chrichri on Matrix suggested me this :

# cat /etc/cron.daily/zzz-certificate-renew 
#!/bin/bash
# 2024-07-23 there seems to be some problem with the yunohost internal 
# checks before certificate renewing failing. Let`s try withouth
# checks until debugged
yunohost domain cert renew --email --no-checks

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.