-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] - Root CA list contains expired certificates #471
Comments
Thanks for the report. We are working on an update to the ca-certificates package. |
Any update on the fix? |
Greetings, @paulez , just wondering if you have an ETA on when you will be able to share the update with the community here? thanks !! |
Do you still see this issue on the latest ca-certificates package (ca-certificates-2023.2.62-1.0.amzn2023.0.1). There may be additional certificates expiring this year and will continue to update this package when that occurs. |
I just did a test onn AL2023, and AL2,and believed this issue had been resolved. tested on AL2023
|
here is the test on AL2
|
I think we can close this issue as no longer expired CA certs in AL2023, AL2 bundle cert. |
Thanks for following-up on this issue! Resolving as there are no longer expired CA certs in AL2023 and AL2 ca-certificates package. |
Describe the bug
Amazon Linux 2023 according to your webpage your new distro is sourced from multiple upstreams
this might have lead to the following merging bug.
The file located in
/etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt
contains several outdated CA certificates, which blowup the file size and might end up in possible errors due to the big file size and expiration date of the certificates.
See attached files with list of
ca-bundle.trust.crt
of AmazonLinux 2023 and AmazonLinux 2To Reproduce
ca-bundle.trust.crt
in AmazonLinux 2023 and AmazonLinux 2 containeropenssl x509 -subject -enddate -noout -in $f
Expected behavior
Having an up-to-date list of CA bundles not containing expired CA certificates.
Additional context
See list with expired certs. I also found one expired cert in the AmazonLinux 2 Container, which already expired this year.
The text was updated successfully, but these errors were encountered: