SIF Certificate Root expired
this issue appear when I tried to install Sitecore 9.0.2 for the first time and it seems SIF Certificate is expired
So I got this error
PS>TerminatingError(New-SelfSignedCertificate): "CertEnroll::CX509Enrollment::_CreateRequest: The time period is invalid. 0x80630705 (-2140993787 PEER_E_INVALID_TIME_PERIOD)">> TerminatingError(New-SelfSignedCertificate): "CertEnroll::CX509Enrollment::_CreateRequest: The time period is invalid. 0x80630705 (-2140993787 PEER_E_INVALID_TIME_PERIOD)">> TerminatingError(New-SelfSignedCertificate): "CertEnroll::CX509Enrollment::_CreateRequest: The time period is invalid. 0x80630705 (-2140993787 PEER_E_INVALID_TIME_PERIOD)"Install-SitecoreConfiguration : CertEnroll::CX509Enrollment::_CreateRequest: The time period is invalid. 0x80630705 (-2140993787 PEER_E_INVALID_TIME_PERIOD)At C:\Sitecore 9.0.2\Install.ps1:44 char:1+ Install-SitecoreConfiguration @xconnectParams+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Install-SitecoreConfigurationInstall-SitecoreConfiguration : CertEnroll::CX509Enrollment::_CreateRequest: The time period is invalid. 0x80630705(-2140993787 PEER_E_INVALID_TIME_PERIOD)At C:\Sitecore 9.0.2\Install.ps1:44 char:1+ Install-SitecoreConfiguration @xconnectParams
And it seems that Sitecore Certificate Root expired as
below
To solve this issue Run MMC as administrator
From File menu select “Add/Remove snap-in ..” option
Then add certificate for “Current user” and “Local Commputer”
Then removed the expired certificate from the blow places
Now try to install again and the certification will be created with updated date
Thanks for the info! it works!
ReplyDelete