-
Notifications
You must be signed in to change notification settings - Fork 74
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
Lots of warnings for deprecated certificates #180
Comments
I see that it still uses the but now there is: |
Hey, thanks for raising this! Our "contract" for the debian package we currently provide is that we will give users whatever Debian bullseye has. A large proportion of the internet is going to be using the exact same ca-certificates package (since so much stuff runs on Debian) without issue - I don't think any of those warnings are anything to worry about. I think it would also be nice to add a bookworm image and maybe even to default to that. We could add other images too! But I don't think there's any practical security risk - because Debian are happy with the way things are! Adding a bookworm image is pretty low priority at the moment for me, so I'm kinda hoping someone in the community might pick it up and I'd happily review it. To that end, I'll create an issue for that specifically, and I'll add a good first issue label. EDIT: #183 Does that make sense? |
Also, out of curiosity: which tool is giving those warnings? |
Hey, thanks it's perfect. The ones giving those errors are java spring cloud applications. But I'm sure we'll see this error appear in other places. |
We are currently testing trust-manager and everything works well, but when using the flag
useDefaultCAs: true
in the bundle we are getting lots of warnings of deprecated certificates in our apps using it.I see that the image used in the init container is: quay.io/jetstack/cert-manager-package-debian:20210119.0 and it seems to be the latest one. Is there a more updated version or a path to follow to actually have an updated list of public certificates?
Thanks in advance.
The text was updated successfully, but these errors were encountered: