Skip to content

Conversation

@phihos
Copy link

@phihosphihos commented Dec 10, 2025

The SSL certificate storage handlers were not copying the Sha256FingerPrint field from GetCertificatesInfo() to the API response, even though the field is available in client-native's CertificatesInfo struct and the field is defined in the OpenAPI spec.

…responses The SSL certificate storage handlers were not copying the Sha256FingerPrint field from GetCertificatesInfo() to the API response, even though the field is available in client-native's CertificatesInfo struct. This caused clients relying on fingerprint-based change detection to always see certificates as changed, since the fingerprint was never returned.
Sign up for freeto 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.

1 participant

@phihos