Skip to content

Add automated certificate pin rotation reminder - #352

Merged
maugauwi-hash merged 1 commit into
ethos-protocol:mainfrom
reactjay:fix/certificate-pin-expiry-reminder
Aug 31, 2026
Merged

Add automated certificate pin rotation reminder#352
maugauwi-hash merged 1 commit into
ethos-protocol:mainfrom
reactjay:fix/certificate-pin-expiry-reminder

Conversation

@reactjay

@reactjay reactjay commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

Closes #305

Summary

Adds certificate-expiry awareness to the release TLS pin checks so CI warns or fails before a pinned certificate approaches expiry.

Changes

  • Added expiry checks to the iOS and Android certificate pin validation scripts
  • Accepts a documented certificate expiry from CI config (vars.ETHOS_CERTIFICATE_EXPIRY)
  • Warns ahead of expiry and fails once the window is too close
  • Added a regression test covering the warning path

Verification

  • python3 -m unittest discover -s .github/scripts/tests -p 'test_*.py' -v
  • python3 .github/scripts/test_verify_cert_pins.py

@drips-wave

drips-wave Bot commented Aug 30, 2026

Copy link
Copy Markdown

@reactjay Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

maugauwi-hash added a commit that referenced this pull request Aug 31, 2026
@maugauwi-hash
maugauwi-hash merged commit 84ab44d into ethos-protocol:main Aug 31, 2026
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.

Add Automated Certificate Pin Rotation Reminder

2 participants