Skip to content
PU

pure18

Member

Joined:
Apr 2024
Last seen:
6d ago
Posts
6
Threads
0
Likes
0
Reputation
0
PU

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.

FlowSana said:
0 3 * * * certbot renew --quiet

That runs every day. Use the systemd timer if available, or at least randomize:
[code]
0 3 * * * sleep $((RANDOM % 3600));...

PU

pure18 2y ago

Why does this cheap SSD benchmark so slow · General Discussion

In Finland we have UpCloud which is expensive but you get what you pay for. I used to chase these $1 VPS deals, now I value my time more. 45 MB/s means you're spending hours debugging something that isn't your fault.