-
Notifications
You must be signed in to change notification settings - Fork 272
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 expired certificates for HTTPS/TLS benchmarks #2405
Conversation
It doesn't matter here as you're not adding new certs, but note that any new test certs have to be added to https://github.com/dotnet/performance/blob/5dc6276cb84865cb9cd5e24f6c8f862289fa2f98/.config/CredScanSuppressions.json |
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.
LGTM. Thanks @rzikm
@adamsitnik what's the PR review process in this repo? @wfurt does not have the "green check", which is surprising a bit ... |
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.
LGTM, thank you @rzikm
@EgorBo @AndyAyersMS @tannergooding @kunalspathak @dakersnar @DrewScoggins this PR is going to cause a spike in the Reporting System which is going to look like a perf improvement, but it's more of a bug fix
@karelz only people at level 70+ have the write permissions here. but jokes aside, the number of people who have the write permissions is limited as we try to make sure that all new benchmarks follow these guidelines. @danmoseley has recently granted the write access to more people, Dan I believe that we should include @wfurt as he has written a lot of good benchmarks in the past. |
I believe I gave everyone write access that already has write access to dotnet/runtime. We should just use code reviews here like there. |
@danmoseley it does not seem to be that way, or @wfurt is not in the right group perhaps? |
Hmm. @terrajobst will know how to fix it. |
You only gave write permissions to dotnet-coreclr. I've also added dotnet-corefx, which includes @wfurt too. |
This PR updates the PFX certificate files which have expired. The reason is that dotnet/runtime#66334 has made processing of expired certificates more expensive.
Before:
After
Script used to refresh the certificates: