Dear Coreboot Team,
I am trying to build a Heads x230-maximized.rom on Debian 10.4.0,
but right at the beginning I get the error, that the certificate of www.coreboot.org cannot be trusted because it has expired.
Updating my ca-certificates in Debian hasn't helped. Do you have any further ideas?
Thanks in advance for your help, keep up your awesome work!
On Fri, 2022-02-25 at 13:47 +0000, Galarazamba via coreboot wrote:
I am trying to build a Heads x230-maximized.rom on Debian 10.4.0,
[...]
Updating my ca-certificates in Debian hasn't helped. Do you have any further ideas?
Try updating to Debian 11.
Hello Galarazamba,
On 25.02.22 14:47, Galarazamba via coreboot wrote:
I am trying to build a Heads x230-maximized.rom on Debian 10.4.0,
but right at the beginning I get the error, that the certificate of www.coreboot.org cannot be trusted because it has expired.
you can see the received certificate with this command:
$ openssl s_client -connect www.coreboot.org:443 2>/dev/null </dev/null | openssl x509 -text
Somewhere around the top I see this:
Validity Not Before: Feb 22 23:07:57 2022 GMT Not After : May 23 23:07:56 2022 GMT
Just to make sure, is your date/time setting correct?
Nico