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

[fastlane_core] remove expired WWDR G1 certificate from cert_checker #21098

Merged
merged 1 commit into from Dec 13, 2023

Conversation

janwiebe-jump
Copy link
Contributor

@janwiebe-jump janwiebe-jump commented Mar 2, 2023

🔑

Checklist

  • I've run bundle exec rspec from the root directory to see all new and existing tests pass
  • I've followed the fastlane code style and run bundle exec rubocop -a to ensure the code style is valid
  • I see several green ci/circleci builds in the "All checks have passed" section of my PR (connect CircleCI to GitHub if not)
  • I've read the Contribution Guidelines
  • I've updated the documentation if necessary.

Motivation and Context

Last february the G1 intermediate WWDR certificate expired. The CertChecker still tries to install it, when it is not installed. This PR removes the G1 cert from Fastlane.

Description

Removed the G1 item from the array in the CertChecker. Updated tests so they don't reference /check the item anymore

Testing Steps

@google-cla
Copy link

google-cla bot commented Mar 2, 2023

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@janwiebe-jump janwiebe-jump marked this pull request as ready for review March 2, 2023 14:57
@carlosefonseca
Copy link
Contributor

Yup… match started to fail for me and it seems related to this!

@lacostej lacostej self-requested a review November 19, 2023 16:18
Copy link
Collaborator

@lacostej lacostej left a comment

Choose a reason for hiding this comment

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

Looks good to me.

Copy link
Member

@rogerluan rogerluan left a comment

Choose a reason for hiding this comment

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

Confirmed that this certificate in fact expired last Feb:

Validity
            Not Before: Feb  7 21:48:47 2013 GMT
            Not After : Feb  7 21:48:47 2023 GMT

Thanks for this PR @janwiebe-jump ! It's great to clean things up 🤗

@rogerluan rogerluan changed the title Remove expired WWDR G1 certificate from cert_checker. [fastlane_core] remove expired WWDR G1 certificate from cert_checker Dec 13, 2023
@rogerluan rogerluan merged commit 8ec666a into fastlane:master Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants