letkennel 20d ago
What do you use for certificate management without systemd? · VPS Hosting
Back to the original question: I am also on RackNerd openrc, I use acme.sh installed via git, no init script at all. Just added this to root crontab:
0 3 * * * /root/.acme.sh/acme.sh --cron --home /root/.acme.sh >> /var/log/acme.log 2>&1Works for a year. Check the log if you worry.