I believe the cron daily task for “ssl_cleanup” was introduced with the recent v71 upgrade, but it’s broken on my system. It’s almost surely something I’ve done manually in the past year or so. The “ssl_certificates.py” script runs without errors issues, and there are no apparent issues in the admin#tls panel. The exact error is:
mv: cannot stat ‘/data/mail/ssl/*-+([0-9])-+([0-9a-f]).pem’: No such file or directory
My /etc/letsencrypt/live has only a single cert (mail.nobodyguess.com-0004). That reflects the required 35 SANs in my cert. The contents of //ssl have no PEMs that match the expression, and I think that’s because I manually copied my live cert from /etc/letsencrypt to /ssl.
What is supposed to be in /root/ssl? Is that supposed to a symlink to something in /etc/letsencrypt/live and, if so, how should I recreate it?
Thanks in advance.
Frank