Small bugfix
This commit is contained in:
parent
28f583518d
commit
49867ff272
|
@ -160,6 +160,7 @@ if __name__ == "__main__":
|
||||||
f"{format_fingerprint(cert.get_fingerprint(hashes.SHA1))} (SHA1)"
|
f"{format_fingerprint(cert.get_fingerprint(hashes.SHA1))} (SHA1)"
|
||||||
for cert in list(cert_chain.intermediates)
|
for cert in list(cert_chain.intermediates)
|
||||||
+ [cert_chain.root]
|
+ [cert_chain.root]
|
||||||
|
if cert
|
||||||
]
|
]
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue