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
Fixed a certificate issue with newer OpenSSL (#3775)
### Description
Newer OpenSSL (from Ubuntu 25.04) doesn't accept the certs generated by
provision.
This PR fixed the problem by adding Authority Key ID and Key Usage to
the cert extensions.
### Types of changes
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [x] Non-breaking change (fix or new feature that would not break
existing functionality).
- [ ] Breaking change (fix or new feature that would cause existing
functionality to change).
- [ ] New tests added to cover the changes.
- [ ] Quick tests passed locally by running `./runtest.sh`.
- [ ] In-line docstrings updated.
- [ ] Documentation updated.
---------
Co-authored-by: Chester Chen <[email protected]>
Co-authored-by: Isaac Yang <[email protected]>
0 commit comments