Skip to content

Conversation

@AureliaDolo
Copy link
Contributor

Fix #11558

@AureliaDolo AureliaDolo force-pushed the aurelia/pki/intermed_certs/memory/list branch from f0e168b to 98ced00 Compare December 5, 2025 09:49
@AureliaDolo AureliaDolo force-pushed the aurelia/pki/intermed_certs/memory/list branch from 98ced00 to a04b618 Compare December 5, 2025 09:52
Comment on lines +279 to +283
match await org.get_trustchain(cert.fingerprint_sha256):
case None:
intermediate_der_x509_certificates = []
case trustchain:
intermediate_der_x509_certificates = [c.der_content for c in trustchain]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpick: Given how None is used, get_trustchain could always return a list

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.

Update server memory implementation to provide submitter intermediate certificate

3 participants