Enable the log one time and get the logs as below, the cert has no private key. So what should I do now? I don't have the pfx format cert. Can I replace it with a new cert with private key? will it impact the current users?
General Information
Additional Info:
EnvelopedCMS decryption failed. Fall back to AES method.
1) Exception Information
Exception Type: System.Security.Cryptography.CryptographicException
Message: Unable to locate the decryption key.
Data: System.Collections.ListDictionaryInternal
TargetSite: System.Security.Cryptography.Pkcs.ContentInfo DecryptCms(Byte[])
HelpLink: NULL
Source: Microsoft.Clm.Crypto
HResult: -2146233296
StackTrace Information
at Microsoft.Clm.Crypto.EnvelopedCmsExtension.DecryptCms(Byte[] encoded)
at Microsoft.Clm.BusinessLayer.DataEncryption.Decrypt(String encrypted)
"2022-10-24 00:18:13.39 -07" "Microsoft.Clm.BusinessLayer.DataEncryption" "System.Security.Cryptography.X509Certificates.X509Certificate2 GetCertificateFromHash(Byte[])" ***** 0x000032C4 0x0000000D
Getting certificate: 0x87,0x8D,0x71,0x70,0x7C,0xC5,0xDD,0x0B,0xB6,0x80,0x45,0x92,0x2C,0x44,0x02,0x14,0x15,0xF5,0x08,0x23,.
"2022-10-24 00:18:13.40 -07" "Microsoft.Clm.BusinessLayer.DataEncryption" "System.Security.Cryptography.X509Certificates.X509Certificate2 GetCertificateFromHash(Byte[])" ****** 0x000032C4 0x0000000D
Opened MY Certificate store for READ access.
"2022-10-24 00:18:13.40 -07" "Microsoft.Clm.BusinessLayer.DataEncryption" "System.Security.Cryptography.X509Certificates.X509Certificate2 GetCertificateFromHash(Byte[])" ****** 0x000032C4 0x0000000D
Found 1 matching certificates.
"2022-10-24 00:18:13.40 -07" "Microsoft.Clm.BusinessLayer.DataEncryption" "System.String DecryptUsingAES(System.String, System.Security.Cryptography.X509Certificates.X509Certificate2)" ******* 0x000032C4 0x0000000D
Unable to perform decryption with certificate 878D71707CC5DD0BB68045922C44021415F50823. Certificate does not have a private key.
"2022-10-24 00:18:13.40 -07" "Microsoft.Clm.BusinessLayer.DataEncryption" "System.String DecryptUsingAES(System.String)" ******* 0x000032C4 0x0000000D
General Information
Additional Info:
AES fallback failed to decrypt data using certificate: 878D71707CC5DD0BB68045922C44021415F50823.
1) Exception Information
Exception Type: System.Security.Cryptography.CryptographicException
Message: Certificate 878D71707CC5DD0BB68045922C44021415F50823 does not have a private key.
Data: System.Collections.ListDictionaryInternal
TargetSite: System.String DecryptUsingAES(System.String, System.Security.Cryptography.X509Certificates.X509Certificate2)
HelpLink: NULL
Source: Microsoft.Clm.BusinessLayer
HResult: -2146233296