-
Notifications
You must be signed in to change notification settings - Fork 419
[ANSIENG-5269] | Replace community.crypto module with openssl #2075
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
base: 8.0.x
Are you sure you want to change the base?
Conversation
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.
Pull Request Overview
This PR replaces the Ansible community.crypto module usage with direct OpenSSL commands to build and verify the certificate chain.
- Remove
slurpandcommunity.crypto.certificate_complete_chaintasks - Add shell-based concatenation of cert and CA, and verification via
openssl verify
ishikaa-p
left a comment
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.
please link the semaphore job run.
|
we can raise this pr from some older .x branch and then pint merge to here. or if we just want to go with 8.0 first we can raise the pr against it and later cherry pick it to older .x branches |
Description
Tests:
Fixes # (issue)
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: