-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Ensure BCFKS based cacert truststore is used for cloud ess fips #127716
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
Conversation
Pinging @elastic/es-delivery (Team:Delivery) |
-srckeystore /usr/share/elasticsearch/jdk/lib/security/cacerts \ | ||
-srcstoretype PKCS12 \ | ||
-destkeystore config/cacerts.bcfks \ | ||
-deststorepass password \ |
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.
I think we will need a strong password, 14 chars of Ascii. Not sure if that is explicitly required for FIPS BCFKS but aligns with our custom keystore requirements.
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.
tweaked this
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
…tic#127716) * Ensure we use BCFKS based cacert truststore for cloud ess fips * Make truststore default password 14 characters
💚 Backport successful
|
) (#127737) * Ensure we use BCFKS based cacert truststore for cloud ess fips * Make truststore default password 14 characters
No description provided.