You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you aware the requirement to deliver code signing certificates only on a FIPS 140 Level 2, Common Criteria EAL 4+, or equivalent tokens prohibits open source developers from singing their software?
The prices for cloud based HSM are prohibitive and having certificates on a single local USB key makes it impossible to build a transparent build pipeline for software releases.
We were able to transparently build software in GitHub Actions and code sign the releases.
This is no longer possible as we must employ a person who will download the release, sign it locally and upload the release.