I have a certificate in a .PEM
file and a key.
The signing algorithm of the certificate file is SHA256WithRSAEncryption
.
When I create a .p12
/.pfx
file using the certificate file and the key the Signature Algorithm of .p12
/.pfx
file changes to
PKCS7 Encrypted data: pbeWithSHA1And3-KeyTripleDES-CBC
Is there a way I can get a SHA-2 certificate after the process?