Re: [qmailtoaster] iPhone updates / new ssl breaks connection

2022-04-27 Thread Benjamin Baez
Thanks! On Wed, Apr 27, 2022 at 2:41 PM Eric Broch wrote: > make sure to change the 'days' setting to 2 or 3. > On 4/27/2022 3:38 PM, Benjamin Baez wrote: > > Thank you Eric! > > On Wed, Apr 27, 2022 at 2:23 PM Eric Broch > wrote: > >> This is one gets all the certs as well as the qt mail cert

Re: [qmailtoaster] iPhone updates / new ssl breaks connection

2022-04-27 Thread Eric Broch
make sure to change the 'days' setting to 2 or 3. On 4/27/2022 3:38 PM, Benjamin Baez wrote: Thank you Eric! On Wed, Apr 27, 2022 at 2:23 PM Eric Broch wrote: This is one gets all the certs as well as the qt mail cert as well #!/bin/bash mailcert () {     cat

Re: [qmailtoaster] iPhone updates / new ssl breaks connection

2022-04-27 Thread Benjamin Baez
Thank you Eric! On Wed, Apr 27, 2022 at 2:23 PM Eric Broch wrote: > This is one gets all the certs as well as the qt mail cert as well > > #!/bin/bash > > mailcert () { > > cat /etc/letsencrypt/live/$1/privkey.pem > /etc/letsencrypt/live/$1/fullchain.pem > ./servercert.pem > cp -p

Re: [qmailtoaster] iPhone updates / new ssl breaks connection

2022-04-27 Thread Eric Broch
This is one gets all the certs as well as the qt mail cert as well #!/bin/bash mailcert () {    cat /etc/letsencrypt/live/$1/privkey.pem /etc/letsencrypt/live/$1/fullchain.pem > ./servercert.pem    cp -p /var/qmail/control/servercert.pem /var/qmail/control/servercert.pem.bak    cp

Re: [qmailtoaster] iPhone updates / new ssl breaks connection

2022-04-27 Thread Remo Mattei
Thank you! > On Apr 27, 2022, at 13:43, Eric Broch wrote: > > This is the correct procedure for creating file updcerts.sh : > > cat <<'EOL'>> updcerts.sh > #!/bin/bash > > mailcert () { > cat /etc/letsencrypt/live/mail.whitehorsetc.com/privkey.pem >

Re: [qmailtoaster] iPhone updates / new ssl breaks connection

2022-04-27 Thread Eric Broch
This is the correct procedure for creating file updcerts.sh : cat <<'EOL'>> updcerts.sh #!/bin/bash mailcert () {     cat /etc/letsencrypt/live/mail.whitehorsetc.com/privkey.pem /etc/letsencrypt/live/mail.whitehorsetc.com/fullchain.pem > ./servercert.pem     cp -p

Re: [qmailtoaster] iPhone updates / new ssl breaks connection

2022-04-27 Thread Eric Broch
I run updcert.sh every night (set 'days=X', which is the number of days before expiration at which time the certificate will be updated): cat updcert.sh <   cat /etc/letsencrypt/live/mail.whitehorsetc.com/privkey.pem /etc/letsencrypt/live/mail.whitehorsetc.com/fullchain.pem > ./servercert.pem  

RE: [qmailtoaster] iPhone updates / new ssl breaks connection

2022-04-27 Thread CarlC Internet Services Service Desk
ar/qmail/control/servercert.pem > /etc/webmin/miniserv.pem /usr/sbin/service webmin start # # # -Original Message- From: Remo Mattei [mailto:r...@mattei.org] Sent: Wednesday, April 27, 2022 03:07 PM To: qmailtoaster-list@qmailtoaster.com Subject: Re: [qmailtoaster] iPhone updates / new ssl

Re: [qmailtoaster] iPhone updates / new ssl breaks connection

2022-04-27 Thread Remo Mattei
Hi David, can you share your config maybe I ping you offline. Remo > On Apr 26, 2022, at 23:55, David Bray wrote: > > I'm using Letsencrypt and it renews every - well not sure, is it 10/11 weeks > - the certs are valid for 3 months > > It never has an issue with iOS > > Cheers > > David

Re: [qmailtoaster] iPhone updates / new ssl breaks connection

2022-04-27 Thread David Bray
I'm using Letsencrypt and it renews every - well not sure, is it 10/11 weeks - the certs are valid for 3 months It never has an issue with iOS Cheers David Bray e. da...@brayworth.com April 27, 2022 1:47 AM, "Remo Mattei" wrote: > Hello guys, > I got a few of my customers that every year

[qmailtoaster] iPhone updates / new ssl breaks connection

2022-04-26 Thread Remo Mattei
Hello guys, I got a few of my customers that every year after the upgrade of the SSL cert do have issues and shows cert expired or not valid. I did not have the issue on my iOS, but I just wonder if anyone has seen that and how they planned to overcome to this issue. Thanks, Remo