You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correct x509 certificate version to ensure x509v3 compliance
- Changed csr_cert.version from 3 to 2 in SSL helper sign_csr method
- OpenSSL uses zero-indexed versions where 2 = x509v3
- Added integration test to verify certificates use correct version
- Prevents future regressions of x509 version configuration
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments