-
Notifications
You must be signed in to change notification settings - Fork 76
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
Fix pre-start.erb for Jammy FIPS stemcell #723
Fix pre-start.erb for Jammy FIPS stemcell #723
Conversation
* algorithm "PBE-SHA1-3DES" is not available on FIPS Jammy (OpenSSL 3.0.2 / Ubuntu 22.04.3 LTS) * so use the "-nomac" option instead as recommended on https://www.openssl.org/docs/man3.0/man1/openssl-pkcs12.html#NOTES
We have created an issue in Pivotal Tracker to manage this: https://www.pivotaltracker.com/story/show/186620939 The labels on this github issue will be updated when the story is started. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM since with nomac we hopefully have now a final solution
Does this need to use the old value for old bionic stemcells and only the new value on jammy? If so, checking that to determine the value would improve customer switchover. |
no longer in support, see https://bosh.cloudfoundry.org/stemcells/#ubuntu-bionic, |
nomac was not available with bionic (and the openssl on this vm) , therefore we had to select a valid algorithm , running on the machine, now with this option it hopefully helps with the next major upgrade , e.g. openssl/openssl#20617 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
Fix for #722