Answer the question
In order to leave comments, you need to log in
Is there a simple equivalent of certbot?
The widely used Certbot strives to fix the configs of virtual hosts and Apache as he pleases, I don’t like it. Once I found a simpler analogue, which simply checked and updated certificates once every few days, automatically replacing obsolete ones, and did not interfere with anything else. But I forgot the name of the software, but I can’t google it.
Answer the question
In order to leave comments, you need to log in
In conjunction with nginx, I did it like this:
sudo letsencrypt renew
sudo crontab -e
30 2 * * 1 /usr/bin/letsencrypt renew >> /var/log/le-renew.log
35 2 * * 1 /bin/systemctl reload nginx
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question