Small bugfix

This commit is contained in:
Scott Wallace 2024-06-05 14:29:46 +01:00
parent 28f583518d
commit 49867ff272
Signed by: scott
SSH key fingerprint: SHA256:+LJug6Dj01Jdg86CILGng9r0lJseUrpI0xfRqdW9Uws

View file

@ -160,6 +160,7 @@ if __name__ == "__main__":
f"{format_fingerprint(cert.get_fingerprint(hashes.SHA1))} (SHA1)"
for cert in list(cert_chain.intermediates)
+ [cert_chain.root]
if cert
]
),
]