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

tests: update vendored real world certs #140

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

cpu
Copy link
Member

@cpu cpu commented Sep 16, 2024

The Agilebits and LE end-entity certs expired, breaking CI runs that rely on this vendored test data.

The two EE certs (agilebits_com_valid_1.crt and letsencrypt_org_valid_1.crt) were refreshed by running update_valid_ee_certs.rs.

Additionally the intermediate used by the Agilebits chain switched from

Subject: C = US, O = Amazon, CN = Amazon RSA 2048 M01

To:

Subject: C = US, O = Amazon, CN = Amazon RSA 2048 M03

The agilebits_com_valid_2.crt file was updated manually to accommodate this change.

The Agilebits and LE end-entity certs expired, breaking CI runs that
rely on this vendored test data.

The two EE certs (`agilebits_com_valid_1.crt` and
`letsencrypt_org_valid_1.crt`) were refreshed by running
`update_valid_ee_certs.rs`.

Additionally the intermediate used by the Agilebits chain switched from

  Subject: C = US, O = Amazon, CN = Amazon RSA 2048 M01

To:

  Subject: C = US, O = Amazon, CN = Amazon RSA 2048 M03

The `agilebits_com_valid_2.crt` file was updated manually to accommodate
this change.
@cpu cpu self-assigned this Sep 16, 2024
@cpu cpu requested review from djc and complexspaces September 16, 2024 19:38
@cpu cpu merged commit e81e0f4 into rustls:main Sep 16, 2024
18 checks passed
@cpu cpu deleted the cpu-update-vendored-certs branch September 16, 2024 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants