Letsencrypt after snap

CentOS Linux release 7.9.2009 (Core)
Virtualmin version 6.14
Webmin version 1.962

We were having issues renewing Letsencrypt certificates therefore we run following on our servers as per certbot’s website:

yum install snapd
systemctl enable --now snapd.socket
ln -s /var/lib/snapd/snap /snap
snap install core
snap refresh core
yum remove certbot
snap install --classic certbot
ln -s /snap/bin/certbot /usr/bin/certbot

After that Letsencrypt is renewed manually without an issue. However certificates aren’t renewed automatically as they used to be.

Is there anything I am missing? The same thing is happening in our dozens of servers.

Regards,

Zulqarnain

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