diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 1a9c43504e87ae..76ee8097186436 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -2617,6 +2617,10 @@ added: v15.6.0 The SHA-1 fingerprint of this certificate. +Because SHA-1 is cryptographically broken and because the security of SHA-1 is +significantly worse than that of algorithms that are commonly used to sign +certificates, consider using [`x509.fingerprint256`][] instead. + ### `x509.fingerprint256`