# 为 RSA 和 ECDSA 生成 SHA-384 哈希

Source: [https://docs.qualcomm.com/doc/80-70015-11SC/topic/generate-sha-384-hash-for-rsa-and-ecdsa.html](https://docs.qualcomm.com/doc/80-70015-11SC/topic/generate-sha-384-hash-for-rsa-and-ecdsa.html)

SHA-384 哈希在加密应用中至关重要，原因有几个，包括增强安全强度、创建数字签名、确保符合标准以及面向未来。

1. 要生成根证书的 SHA-384 哈希值，运行以下命令：

        openssl dgst -sha384 qpsa_rootca.cer >sha384rootcert.txtCopy to clipboard
2. 使用 Sectools 创建叶子（也称为证明）证书，这是链中的最后一个证书。

**Parent Topic:** [启用安全启动](https://docs.qualcomm.com/doc/80-70015-11SC/topic/enable-secure-boot.html)

Last Published: Dec 03, 2024

[Previous Topic
生成 RSA CA 密钥对和证书](https://docs.qualcomm.com/bundle/publicresource/80-70015-11SC/topics/generate-rsa-root-ca-key-pair-and-certificate.md) [Next Topic
为镜像签名](https://docs.qualcomm.com/bundle/publicresource/80-70015-11SC/topics/sign-the-images.md)