Skip to content
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

Update code signing certificate in siging workflow #1524

Open
3 tasks
schrolla opened this issue Jan 17, 2025 · 0 comments
Open
3 tasks

Update code signing certificate in siging workflow #1524

schrolla opened this issue Jan 17, 2025 · 0 comments
Assignees
Labels
infrastructure Related to configuring infrastructure necessary for the project
Milestone

Comments

@schrolla
Copy link
Collaborator

💡 Summary

Rotate and validate new code signing certificate works in existing code signing pipeline workflows.

Motivation and context

Certificates expire on a periodic basis. Updating as needed ensures that signed releases are still valid and verifiable by users.

Implementation notes

Assumes new certificate has already been acquired and is available for use.

Please provide details for implementation, such as:

  • Get updated certificate information from AKV
  • Update Github secret with certificate information
  • Run build and sign release workflow

Acceptance criteria

How do we know when this work is done?

  • Github secret updated with latest certificate information
  • Build and sign workflow runs successfully
  • Draft release from workflow verified to have valid digital signature using latest certificate
@schrolla schrolla added the infrastructure Related to configuring infrastructure necessary for the project label Jan 17, 2025
@schrolla schrolla added this to the Lionfish milestone Jan 17, 2025
@schrolla schrolla self-assigned this Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Related to configuring infrastructure necessary for the project
Projects
None yet
Development

No branches or pull requests

1 participant