[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Firefox HTTPS-only mode breaks sites that return 404 for HTTPS connections



On Fri, 2021-04-16 at 13:08 +1200, Richard Hector wrote:
> On 16/04/21 1:32 am, Dan Ritter wrote:
> > Last step: create a cron job to run once a week that does
> > this:
> > 
> > certbot renew && \
> > cat /etc/letsencrypt/live/eyeblinkuniverse.com/privkey.pem \
> > /etc/letsencrypt/live/eyeblinkuniverse.com/cert.pem > \
> > /etc/letsencrypt/live/eyeblinkuniverse/merged.pem && \
> > service lighttpd restart
> 
> Doesn't the certbot package create a cronjob/timer for you?

That was my experience. The general steps were...

1. Install python-certbot-apache, (there's an nginx version too
   and in Bulyseye this is called python3-cretbot-*)
2. Run certbot once
3. Config apache for SSL

Certainly no messing around with cron jobs. I guess the Debian package
manages setting that up for you.

-- 
Tixy


Reply to: