Displaying 2 results from an estimated 2 matches for "raspasi".
Did you mean:
raspasy
2020 Oct 05
2
certbot stopped working on CentOS 7: pyOpenSSL module missing required functionality
Hello fellow CentOS users,
I had this cronjob working for many moons on CentOS 7.8.2003:
#minute hour mday month wday command
6 6 * * 1 certbot renew --post-hook
"cat /etc/letsencrypt/live/raspasy.de/fullchain.pem /etc/letsencrypt/live/
raspasy.de/privkey.pem > /etc/letsencrypt/live/raspasy.de/haproxy.pem;
systemctl resstart
2020 Oct 05
0
certbot stopped working on CentOS 7: pyOpenSSL module missing required functionality
> On Oct 5, 2020, at 7:04 AM, Alexander Farber <alexander.farber at gmail.com> wrote:
>
> Hello fellow CentOS users,
>
> I had this cronjob working for many moons on CentOS 7.8.2003:
>
> #minute hour mday month wday command
> 6 6 * * 1 certbot renew --post-hook
> "cat