Re: [qmailtoaster] letsencrypt cert renewal commands

2019-12-03 Thread Eric Broch
# whereis certbot On 12/3/2019 1:03 AM, ChandranManikandan wrote: Hi Friends, I have installed letsencrypt on COS7 and i try to make cron job as per the below steps, but the cert renew and certbot folder are not there in /opt. 0 0 * * * /root /opt/certbot renew Is any other way is there

RE: [qmailtoaster] letsencrypt cert renewal commands

2019-12-03 Thread CarlC Internet Services Service Desk
I created one that after you run the renew, it will install it” #!/bin/bash # # Script to copy lets encrypt files to the right area and restart the needed services. # # Initial concept by RCC 06/08.2018 # # Test if the letsencrypt live cert.pem file was changed in the last 24 hours...

RE: [qmailtoaster] letsencrypt cert renewal commands

2019-12-03 Thread Biju Jose | WHITES Systems
Have you installed certbot ? From: ChandranManikandan Sent: 03 December 2019 13:33 To: qmailtoaster-list@qmailtoaster.com Subject: [qmailtoaster] letsencrypt cert renewal commands Hi Friends, I have installed letsencrypt on COS7 and i try to make cron job as per the below steps, but

[qmailtoaster] letsencrypt cert renewal commands

2019-12-03 Thread ChandranManikandan
Hi Friends, I have installed letsencrypt on COS7 and i try to make cron job as per the below steps, but the cert renew and certbot folder are not there in /opt. 0 0 * * * /root /opt/certbot renew Is any other way is there or did i made any mistake? Anyone had the same problem? --