Skip to content

[CI] replace cfssl with openssl for certificate generation#3902

Merged
marcalff merged 3 commits intoopen-telemetry:mainfrom
7h3-3mp7y-m4n:cert
Mar 5, 2026
Merged

[CI] replace cfssl with openssl for certificate generation#3902
marcalff merged 3 commits intoopen-telemetry:mainfrom
7h3-3mp7y-m4n:cert

Conversation

@7h3-3mp7y-m4n
Copy link
Copy Markdown
Contributor

@7h3-3mp7y-m4n 7h3-3mp7y-m4n commented Mar 5, 2026

Fixes #3901

Changes

This PR replaces the usage of cfssl with openssl for generating certificates

  • Replace cfssl certificate generation commands with openssl
  • Update the generate_cert.sh script
  • Update CI workflow to remove the cfssl dependency

For significant contributions, please make sure you have completed the following items:

  • CHANGELOG.md updated for non-trivial changes
  • Unit tests have been added
  • Changes in public API reviewed

Signed-off-by: 7h3-3mp7y-m4n <emailtorash@gmail.com>
@7h3-3mp7y-m4n 7h3-3mp7y-m4n requested a review from a team as a code owner March 5, 2026 00:00
@7h3-3mp7y-m4n
Copy link
Copy Markdown
Contributor Author

This change might also require updates to the related documentation. Happy to add those if needed, would appreciate any feedback :)

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.07%. Comparing base (3d35b54) to head (ed80b44).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #3902   +/-   ##
=======================================
  Coverage   90.07%   90.07%           
=======================================
  Files         226      226           
  Lines        7217     7217           
=======================================
  Hits         6500     6500           
  Misses        717      717           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
Member

@marcalff marcalff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for the fix.

@marcalff marcalff merged commit 95a297b into open-telemetry:main Mar 5, 2026
68 checks passed
@marcalff marcalff changed the title ci: replace cfssl with openssl for certificate generation [CI] replace cfssl with openssl for certificate generation Mar 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CI] Replace cfssl with openssl

3 participants