pure18 6d ago
Why does my SSL auto-renew fail every 89 days exactly? · Web Hosting
I run acme.sh on Hetzner VPS in Helsinki. Works fine. But the real fix for FlowSana is not the client, it is the cron.
That runs every day. Use the systemd timer if available, or at least randomize:
[code]
0 3 * * * sleep $((RANDOM % 3600));...