Skip to content

Conversation

@mkundu1
Copy link
Contributor

@mkundu1 mkundu1 commented Dec 4, 2025

Use the certificate generation steps from the dev guide and remove the Python script.

Copilot AI review requested due to automatic review settings December 4, 2025 01:28
Copy link
Contributor

Copilot AI left a 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 a Python-based certificate generation script with shell commands from the development guide. The change simplifies the build process by using standard OpenSSL commands instead of maintaining a custom Python solution with external dependencies.

Key changes:

  • Removed the 539-line Python certificate generation script
  • Added a shell script using OpenSSL commands for certificate generation
  • Removed cryptography package dependency from the build process

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
tests/generate_certs.py Deleted the entire Python certificate generation implementation
Makefile Updated to use new shell script and removed cryptography dependency installation
.ci/generate_certs.sh New shell script implementing certificate generation using OpenSSL commands

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions github-actions bot added the CI/CD Related to CI/CD label Dec 4, 2025
Copilot AI review requested due to automatic review settings December 4, 2025 01:30
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI/CD Related to CI/CD

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants