garmin / pyrex

Seamless container setup for developing with OpenEmbedded/Yocto Project
Apache License 2.0
38 stars 30 forks source link

Fix Let's Encrypt Root CA expiration #70

Closed JoshuaWatt closed 3 years ago

JoshuaWatt commented 3 years ago

Works around the OpenSSL < 1.1.0 bug in Ubuntu Trusty that prevents it from correctly handling the expired Root CA from Let's Encrypt. Fortunately, all that needs to be done is to remove the expired certificate and it will correctly detect the newer non-expired one.

Add a validate test to ensure this works correctly for all images.