May 1, 2019

How to delete thumbprint

Sometimes we face already exist thumbprint exception during Sitecore installation.

We can delete thumbprint using below command.

Execute below command on PowerShell window.
Get-ChildItem Cert:\LocalMachine\Root\<Thumbrpint> | Remove-Item

No comments:

Post a Comment