Re: [qmailtoaster] letsencrypt cert renewal commands

2019-12-12 Thread Boheme
Depending on the commands you used for your initial cert generation, you might not need the standalone option. If you did DND or webroot validation you’re may need to tweak the command line. -Sent from my Pip-Boy 3000 > On 13/12/2019, at 4:47 PM, ChandranManikandan wrote: > >  > Thanks

Re: [qmailtoaster] letsencrypt cert renewal commands

2019-12-12 Thread ChandranManikandan
Thanks Chris, Let me try out above all of your options and update you. On Wed, Dec 11, 2019 at 1:54 AM Chris wrote: > Running certbot nightly is excessive. You can't renew until you get near > the end if the current expiration period. Also, there are other things you > may need to do as part

Re: [qmailtoaster] letsencrypt cert renewal commands

2019-12-10 Thread Chris
Running certbot nightly is excessive. You can't renew until you get near the end if the current expiration period. Also, there are other things you may need to do as part of the cert replacement on a qmailtoaster box. I have this cronjob: 1 1 1 * * /root/migration/certbot.sh That runs this

Re: [qmailtoaster] letsencrypt cert renewal commands

2019-12-09 Thread ChandranManikandan
Thanks Gary, Let me try and update On Fri, Dec 6, 2019 at 8:55 PM Gary Bowling wrote: > > If you've installed certbot from the repository, you don't need a cron > job. Just enable the certbot timer with: > > > systemctl enable certbot-renew.timer > > > Gary > > > On 12/6/2019 12:22 AM,

Re: [qmailtoaster] letsencrypt cert renewal commands

2019-12-06 Thread Gary Bowling
If you've installed certbot from the repository, you don't need a cron job. Just enable the certbot timer with: systemctl enable certbot-renew.timer Gary On 12/6/2019 12:22 AM, ChandranManikandan wrote:

Re: [qmailtoaster] letsencrypt cert renewal commands

2019-12-05 Thread ChandranManikandan
Hi Eric, My path is: /usr/bin/certbot then i have made in crontab like below. lets see for the renewal time. 0 0 * * * /usr/bin/certbot renew On Tue, Dec 3, 2019 at 9:53 PM Eric Broch wrote: > # whereis certbot > On 12/3/2019 1:03 AM, ChandranManikandan wrote: > > Hi Friends, > > I have

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
: qmailtoaster-list@qmailtoaster.com Subject: RE: [qmailtoaster] letsencrypt cert renewal commands Have you installed certbot ? From: ChandranManikandan mailto:kand...@gmail.com> > Sent: 03 December 2019 13:33 To: qmailtoaster-list@qmailtoaster.com <mailto:qmailtoaster-list@qmailtoast

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

[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? --