I just found this link which explains how to upgrade to the stream version.
https://www.centos.org/news-and-events/convert-to-stream-8/
Seems to have worked on my install although it is complaining about trying to download the newest webmin which has only just been released by the looks of it. So ...
Search found 2 matches
- 07 Sep 2023 06:42
- Forum: 4.x Bugs
- Topic: Centos 8 End Of Support
- Replies: 7
- Views: 36468
- 26 Jun 2021 23:50
- Forum: Discussion
- Topic: SSL cert expired on https://dl.efa-project.org
- Replies: 3
- Views: 4504
Re: SSL cert expired on https://dl.efa-project.org
Seems like it just expired again.
$ echo '' | openssl s_client -servername dl.efa-project.org -connect dl.efa-project.org:443 2>/dev/null | openssl x509 -noout -dates
notBefore=Mar 28 23:14:58 2021 GMT
notAfter=Jun 26 23:14:58 2021 GMT
$ echo '' | openssl s_client -servername dl.efa-project.org -connect dl.efa-project.org:443 2>/dev/null | openssl x509 -noout -dates
notBefore=Mar 28 23:14:58 2021 GMT
notAfter=Jun 26 23:14:58 2021 GMT