Quick tip: Sitecore XC 9.0 installation error

Taxonomy: Sitecore

NewSignedCertificateTask : Cannot validate argument on parameter ‘Signer’. The “$_.HasPrivateKey -eq $true” validation script for the argument with value “[Subject]

If you are getting NewSignedCertificateTask : Cannot validate argument on parameter ‘Signer’. The “$_.HasPrivateKey -eq $true” validation script for the argument with value “[Subject] while installing Sitecore XC 9.0.x, it is potentially because of the SIF version you are using.

Try switching to SIF 1.2.1 and the problem should be fixed

To do so run the below commands in a PS window which is running in admin mode:

PS C:\> Install-Module SitecoreInstallFramework  -RequiredVersion 1.2.1

PS C:\> Import-Module -Name SitecoreInstallFramework -RequiredVersion 1.2.1

No Comments


Facebook Twitter LinkedIn Google+ Print Email Addthis

Recent Posts

Sitecore site suddenly goes down (Azure PaaS)

Problem:  Recently in one of our projects, a happy and well performing site, suddenly started performing really poorly to a point that it started throwing 502 errors and basically Site went down! As an initial investigation step, we started looking at resource utilization but everything seemed to be perfectly fine, CPU utilization was under …

Quick tip: Sitecore XC 903 Certificate issue

TerminatingError(New-SelfSignedCertificate): "CertEnroll::CSignerCertificate::Initialize: Cannot find object or property. 0x80092004 (-2146885628 CRYPT_E_NOT_FOUND)" I've been struggling with this error today and I almost gave up, digging further into the issue I realized that to use the SIF 2.0 I did change the Store Location to LocalMachine& …

My Tweets

My Videos