Re: [Blink] [solved] Re: Expired certificate for Ubuntu Focal Repository?

2021-11-04 Thread Adrian Georgescu
I can bundle the new cert and make a new blink package. Just double checking, where is the authoritative source for the replaced CA file? > On 4 Nov 2021, at 16:07, g4-l...@tonarchiv.ch wrote: > > On 04.11.21 20:04, Lars Noodén wrote: >> On 11/4/21 20:51, g4-l...@tonarchiv.ch wrote: >>> >>>

Re: [Blink] [solved] Re: Expired certificate for Ubuntu Focal Repository?

2021-11-04 Thread g4-lisz
On 04.11.21 20:04, Lars Noodén wrote: > On 11/4/21 20:51, g4-l...@tonarchiv.ch wrote: >> >> >> Maybe you can just add the content of >> /usr/local/share/ca-certificates/lets-encrypt-r3.crt to the end of this >> file... >> >> Not sure if you also need some header before the -BEGIN >>

[Blink] [solved] Re: Expired certificate for Ubuntu Focal Repository?

2021-11-04 Thread Lars Noodén
On 11/4/21 20:51, g4-l...@tonarchiv.ch wrote: On 04.11.21 19:29, Lars Noodén wrote: On 11/4/21 20:22, g4-l...@tonarchiv.ch wrote: ... but you could try this:    ~$ env SSL_CERT_DIR=/etc/ssl/certs/ blink Thanks.  The error still persists even with that method. (start blink from command

Re: [Blink] Expired certificate for Ubuntu Focal Repository?

2021-11-04 Thread g4-lisz
On 04.11.21 19:29, Lars Noodén wrote: > On 11/4/21 20:22, g4-l...@tonarchiv.ch wrote: >> ... but you could try this: >> >>    ~$ env SSL_CERT_DIR=/etc/ssl/certs/ blink > > Thanks.  The error still persists even with that method. > >> (start blink from command line using default debian CA cert

Re: [Blink] Expired certificate for Ubuntu Focal Repository?

2021-11-04 Thread Lars Noodén
On 11/4/21 20:22, g4-l...@tonarchiv.ch wrote: On 04.11.21 19:08, g4-l...@tonarchiv.ch wrote: On 04.11.21 17:33, Lars Noodén wrote: # update-ca-certificates Updating certificates in /etc/ssl/certs... 1 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d...

Re: [Blink] Expired certificate for Ubuntu Focal Repository?

2021-11-04 Thread g4-lisz
On 04.11.21 19:08, g4-l...@tonarchiv.ch wrote: > On 04.11.21 17:33, Lars Noodén wrote: >> # update-ca-certificates >> Updating certificates in /etc/ssl/certs... >> 1 added, 0 removed; done. >> Running hooks in /etc/ca-certificates/update.d... >> >> Adding

Re: [Blink] Expired certificate for Ubuntu Focal Repository?

2021-11-04 Thread g4-lisz
On 04.11.21 17:33, Lars Noodén wrote: > > # update-ca-certificates > Updating certificates in /etc/ssl/certs... > 1 added, 0 removed; done. > Running hooks in /etc/ca-certificates/update.d... > > Adding debian:trustid-x3-root.pem > > but I still get the SSL certificate

Re: [Blink] Expired certificate for Ubuntu Focal Repository?

2021-11-04 Thread Lars Noodén
> These certificates shouldn't be connected to the Let's encrypt issue in > any way... > > When running update-ca-certificate, did you get the reply "added 1"? > > Make sure that this link is available: > /etc/ssl/certs/lets-encrypt-r3.pem -> > /usr/local/share/ca-certificates/lets-encrypt-r3.crt

Re: [Blink] Expired certificate for Ubuntu Focal Repository?

2021-11-04 Thread g4-lisz
On 04.11.21 15:29, Lars Noodén wrote: > On 11/2/21 22:28, g4-l...@tonarchiv.ch wrote: >> Finally solved by installing Let's Encrypt R3 cert manually: >> >> sudo wget --no-check-certificate >> https://letsencrypt.org/certs/lets-encrypt-r3.pem -O >>

Re: [Blink] Expired certificate for Ubuntu Focal Repository?

2021-11-04 Thread Lars Noodén
On 11/2/21 22:28, g4-l...@tonarchiv.ch wrote: Finally solved by installing Let's Encrypt R3 cert manually: sudo wget --no-check-certificate https://letsencrypt.org/certs/lets-encrypt-r3.pem -O /usr/local/share/ca-certificates/lets-encrypt-r3.crt sudo update-ca-certificates Thanks. I've now