<div dir="ltr">Hi,<br><br>Is there a way to compute the issuer key hash from the certificate issuer?<br><br>I tried with:<br><br>public_key = issuer_cert.public_key().public_bytes(<div>    Encoding.PEM,<div>    PublicFormat.SubjectPublicKeyInfo)<br>print(hashlib.sha1(public_key).digest())<br><br>This doesn't seem to be it, I was previously using oscrypto <div><br></div><div>issuerSha1 = cert.asn1.public_key.sha1</div></div></div><div><br></div><div>is there a way to get this info with pyca/cryptography?</div><div><br></div><div>Cheers,</div><div>Jose</div></div>