Lot of this message: No suitable default server credential exists on this system
How to fix this "No suitable default server credential exists on this system"
The Fix
The fix was done by Dell Server support using Powershell command
New-SelfSignedCertificate -CertStoreLocation Cert:\LocalMachine\My -DnsName "ims.local" -FriendlyName "MySiteCertIMS" -NotAfter (Get-Date).AddYears(10)
Then finding the newly created certificate using MMC under Console Root, Certificates (Local Computer), personal, certificates and copying to Trusted Root Certification Authorities, Certificates.
Comments
Post a Comment