Virtualmin renamed/moved domains cert renewal problem

using virtualmin gpl with some (>10) domains. debian 10. lets encrypt works on all domains since first introduced.

at some point, a virtual server had a new domain (rename domain),
and another subserver was moved to virtual server with its parent virtual server as a subserver after that and removed completely a bit later…
for those domains, webmin/virtualmin(?) doesn’t update ssl in domains home, virtualmin dashboard or apache config… /home/domain/ssl* still contains old cert…
certbot/letsencrypt creates them succesfully as planned (every 2 months) in /etc/letsencrypt/live/domain, but apache/virtualmin still points to the old one… so manually :
virtualmin install-cert --domain domain --cert /etc/letsencrypt/live/domain/cert.pem --key /etc/letsencrypt/live/domain/privkey.pem --ca /etc/letsencrypt/live/domain/chain.pem
to fix it till next renewal…
all other domains renewals work as expected… for these 2, it seems strange.

any suggestions? is this a bug or could be some misconfiguration?

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