F
F
fdroid2018-03-10 03:32:46
Apache HTTP Server
fdroid, 2018-03-10 03:32:46

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

3 answer(s)
L
l0ser140, 2018-03-10
@fdroid

Did you try to read the manual for the certbot?
Hint: certonly

R
Rampages, 2018-03-10
@Rampages

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

You can also do it under apache. And under other operating system too.
ps I didn’t give the location setting and all sorts of ssl-params, if necessary, write in a comment.

H
hobbyte, 2018-03-10
@hobbyte

dehydrated ?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question