Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在文件中有一个证书.PEM和一个密钥。证书文件的签名算法是SHA256WithRSAEncryption.
.PEM
SHA256WithRSAEncryption
当我使用证书文件和密钥创建.p12/文件时, /文件的签名算法更改为.pfx.p12.pfx
.p12
.pfx
PKCS7 Encrypted data: pbeWithSHA1And3-KeyTripleDES-CBC
有没有办法在这个过程之后获得 SHA-2 证书?
证书嵌入在 PKCS#12 容器中。只有颁发证书的 CA 才能合法地更改签名,它不能/没有。
正如您在问题中显示的那样,这pbeWithSHA1And3-KeyTripleDES-CBC是用于 PKCS#7 加密数据的,它是包含您未修改的 SHA256WithRSAEncryption 证书的安全包。
pbeWithSHA1And3-KeyTripleDES-CBC