Skip to content

Add automated certificate pin rotation reminder - #352

Open
reactjay wants to merge 1 commit into
ethos-protocol:mainfrom
reactjay:fix/certificate-pin-expiry-reminder
Open

Add automated certificate pin rotation reminder#352
reactjay wants to merge 1 commit into
ethos-protocol:mainfrom
reactjay:fix/certificate-pin-expiry-reminder

Conversation

@reactjay

@reactjay reactjay commented Aug 30, 2026

Copy link
Copy Markdown

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

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

1 participant